/************************************************************************
-) 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:960px;
overflow: hidden;
position: relative;
background: none;
}

.aviaslider li, .aviaslider .featured{
	display: block;
	width:960px;
	height:300;
	position: absolute;
	top:0;
	left:0px;
	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:-25px auto 0 auto;
position: relative;
float:right;
right:-420px;
z-index:100;
}

.slidecontrolls a{
	height:20px;
	width:18px;
	display:block;
	cursor: pointer;
	float:left;
	outline: none;
	background-color: transparent;
	background-image: url(../slider/controlls.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
	background-color: transparent;
	background-image: url(../slider/controlls.png);
	background-repeat: no-repeat;
	background-position: center top;
}
