/* Easy Slider */
#contain	{
	width:970px;
	position: absolute;
	height:77px;
	padding:5px 15px;
	margin:5px 0 5px 0;
	background:#e22d32;
	overflow:hidden;
	}
	
#slider	{margin-bottom:-35px;}
#slider img{border:none; padding:0 10px;}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:1000px;
		height:97px;
		overflow:hidden; 
		}

span#prevBtn{
	position: absolute;
	left: -7px;
	top: 35px;
	border:0px;
	}
	
span#nextBtn{
	position: absolute;
	left: 972px;
	top: 35px;
	z-index: 2;
	border:0px;
}

