/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{
	height:240px; 	/*this changes the height of the image slider*/
	width:960px;
	overflow: hidden;
	position: relative;
	background: #fff 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: 5px;
	bottom: 8px;
	z-index: 1000;
}

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

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


.feature_excerpt{
	width: 960px;
	position: absolute;
	display: block;
	z-index: 2;
	padding: 5px 5px 2px 5px;
	font-size: 12px;
	line-height: 1.5em;
	cursor: default;
	background: ;
	color: #fff;
	font-weight: bold;
	text-align: right;
	right: 0px;
	bottom: 0px;
}

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