/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{
	height:621px; 	/*this changes the height of the image slider*/
	width:960px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	zoom: 1;
	background-image: url(../images/home/preloader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:1;
}

.aviaslider li, .aviaslider .featured{
	display: block;
	width:960px;
	height:621px;
	position: absolute;
	top:0;
	left:0;
	padding: 0;
	margin: 0;
}

.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;
	position: relative;
	float:left;
}

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

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

.feature_excerpt{
	width:930px;
	position: absolute;
	display: block;
	bottom: 0;
	left:0;
	/* [disabled]z-index: 2; */
	/* [disabled]padding:18px 15px; */
	font-size: 11.5px;
	/* [disabled]line-height:1.5em; */
	cursor: pointer;
	background: #5d5d5d;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.feature_excerpt strong{
	display: block;
	font-size: 15px;
	/* [disabled]padding-bottom: 3px; */
}
.center{ /*center content area */
position: relative;
margin:0 auto;
width:960px;
z-index:1;
}
/* HomePage
-----------------------------------*/
#homepageSlider {
	background-color: #FFFFFF;	
}