﻿/* Slider
---------------------------------------- */
#slider-wrapper {
	padding:2 2 2 2;
	height:300px;
	position:relative;
	margin-bottom:0;
	z-index:1;
	background-color: #ffcc00;
	}
#slider {
	position: relative;
	width: 961px;
	height: 300px;
	background: url(images/loading.gif) no-repeat 50% 50%;
}
#slider:before {
	position:absolute;
	content:"";
	display:block;
	left:0;
	top:0;
	bottom:0;
	right:0;
	/*box-shadow:0 -1px 2px rgba(0,0,0,.2);*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:961px;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:560px;
	top:180px;
	bottom:0px;
	background:none !important;
	opacity:1; /* Overridden by captionOpacity setting */
	z-index:89;
	font-family: 'News Cycle', sans-serif;
	width:375px;
	overflow:hidden;
}
.nivo-caption .nivo-caption-inner {
	padding:0;
	margin:0;
	font-size:33px;
	line-height:36px;
	color:#6b6b6b;
	text-shadow:1px 1px 0 rgba(0,0,0,.1);
	text-transform:uppercase;
}
.nivo-caption .nivo-caption-inner strong {
	display:block;
	color:#ffcc00;
	font-weight:normal;
	font-size:36px;
}
.nivo-caption a {
	display:inline-block !important;
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	font-weight:bold;
	padding:12px 28px;
	border-radius:20px;
	color:#fff;
	text-decoration:none;
	background:#ffcc00;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:none;
	margin:26px 0 0 143px;
	transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
}
	.nivo-caption a:hover {
		background:#6b6b6b;
	}
.nivo-html-caption {
  display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	width:960px;
	height:20px;
	left:0;
	bottom:-39px;
	text-align:center;
	font-size:0;
	line-height:0;
	padding:0 0 7px 0;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	width:36px;
	margin:0 1px 0 2px;
	padding:7px 0;
}
.nivo-controlNav a b {
	display:block;
	height:3px;
	width:100%;
	background:#979797;
	transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
}
.nivo-controlNav a.active b, .nivo-controlNav a:hover b {
	background:#ae2220;
}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:25px;
	text-align:center;
	font-size:12px;
	line-height:16px;
	color:#fff;
	text-decoration:none;
	padding:0 0 4px 0;
	border:0;
	bottom:-28px;
	background:#979797;
	transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
}
a.nivo-nextNav {
	right:0;
}
a.nivo-nextNav:hover {
	background:#ffcc00;
	}
a.nivo-prevNav {
	left:0;
}
a.nivo-prevNav:hover {
	background:#ffcc00;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}

#banner{
	width:959px;
	height:200px;
	background-color:#CCCCCC;
	float:left;
	border:1px solid #C8C8C8;	
	}