/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/

.aviaslider{ 
height:389px; 	/*this changes the height of the image slider*/
width:1003px;
overflow: hidden;
position: relative;
background: #fff url(../images/layout/preload.html) 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{
	margin:0px auto 0 auto;
	width:100px;
	display:none;
}

.slidecontrolls a{
	display:block;
	width:11px;
	height:15px;
	background:#6f6f6f;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	overflow:hidden;

}

.slidecontrolls a:hover, .slidecontrolls .active_item{
	background:#000;
}

.feature_excerpt{
position:absolute;
left:0px;
bottom:0px ;
background:url(../images/bg-banner-caption.png) repeat left top;
color:#9c1512;
padding: 10px 30px 0 30px;
width:943px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
display: block;
z-index: 2;
cursor: pointer;
}
.feature_excerpt h2{
color:#750907;
font-size:24px;
margin-bottom:8px;

}




