/* Easy Slider */

	#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:670px;
		height:170px;
		overflow:hidden; 
		}
		
	span#prevBtn{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C75C00;
	text-decoration: none;}
	span#nextBtn{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c4c4c4;
	text-decoration: none;}					

/* // Easy Slider *//* CSS Document */


