/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{
	height:460px; 	/*this changes the height of the image slider*/
	width:1024px;
	overflow: hidden;
	position: relative;
	background: #000 url(../_images/layout/preload.gif) center center no-repeat;
}

#slider{
margin-top:-60px;
margin-left:auto;
margin-right:auto;
width:1024px;
position: absolute;

}
.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:-90px auto 0 auto;
position: relative;
float:left;
z-index: 30;
}

.slidecontrolls a{
height:20px;
width:18px;
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.png) 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;
color: #fff;
}

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

/************************************************************************
-) BASIC CONTAINERS
*************************************************************************/


.wrapper_fullwidth{ /*div for perfect centering of large scale background images*/
width:100%;
position:relative;
z-index: 1;
background: #000;
height:40px;
clear:both;
font-size: 10px;
color: #fff;
}


.fullwidth .content{
width:100%;
padding:0;
margin:0;
background: transparent none;
}

.fullwidth .sidebar{
display:none;
}
