/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{ 
height:320px; 	/*this changes the height of the image slider*/
width:940px;
}

.aviaslider li, .aviaslider .featured{
	display: block;
	width:100%;
	height:100%;
	position: absolute;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
	display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
	border:none;
	text-decoration: none;
}

ul, li,p,input,select,legend{
	margin:0;
	padding:0;
	}

.center{ /*center content area */
	position: relative;
	margin:0 auto;
	width:940px;
	height: 390px;
}
