	/************************************************************************
	-) Slider: only the following lines are necceassary for slider styling,
	   rest of the css file styles the demo page
	*************************************************************************/
	.aviaslider{ 
	height:300px; 	/*this changes the height of the image slider*/
	width:800px;
	overflow: hidden;
	position: relative;	}
	
	.aviaslider li, .aviaslider .featured{
	display: block;
	width:300px;
	height:800px;
	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:20px auto 0 auto;
	position: relative;
	float:left;
	}
	
	.slidecontrolls a{
	height:20px;
	width:18px;
	display:block;
	cursor: pointer;
	background: url('../layout/controlls.gif') no-repeat center bottom;
	float:left;
	outline: none
	}
	
	.slidecontrolls a:hover, .slidecontrolls .active_item{
	background: url('../layout/controlls.gif') no-repeat center top;
	}
	
	.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;
	}
	