/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
#banner .center{
	width: 960px;
	margin: 0px auto;
	display:block;
}
#banner{	
	padding-top: 45px;
	box-shadow: inset 0px 0px 5px #1a1a1a;
	background: #006cc9;
background: -moz-radial-gradient(center, ellipse cover,  #006cc9 0%, #00335e 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#006cc9), color-stop(100%,#00335e));
background: -webkit-radial-gradient(center, ellipse cover,  #006cc9 0%,#00335e 100%);
background: -o-radial-gradient(center, ellipse cover,  #006cc9 0%,#00335e 100%);
background: -ms-radial-gradient(center, ellipse cover,  #006cc9 0%,#00335e 100%);
background: radial-gradient(center, ellipse cover,  #006cc9 0%,#00335e 100%);
	
}
.aviaslider{
	height:312px; 	/*this changes the height of the image slider*/
	width:958px;
	overflow: hidden;
	position: relative;
	background: transparent url(../images/layout/preload.gif) center center no-repeat;
}

.aviaslider li, .aviaslider .featured{
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}


.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}

.slidecontrolls{
	position: absolute;
	left: 435px;
	z-index: 100;
	bottom: 18px;
}

.slidecontrolls a{
	height:20px;
	width:18px;
	display:block;
	cursor: pointer;
	background: transparent url(../images/layout/controlls.gif) center bottom no-repeat;
	float:left;
	outline: none;
	margin-left: 5px;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(../images/layout/controlls.gif) center top no-repeat;
}

.feature_excerpt{
width:610px;
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:14px 15px;
font-size: 11.5px;
line-height:1.5em;
cursor: pointer;
background: #000;
color: #fff;
}

.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}

#rotatingBanner {
	height: 370px;
	width: 958px;
	clear: both;
	position: relative;
}
