/* Easy Slider */

#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
}

#slider li { 
/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
*/ 
		width:475px;
		height:316px;
		overflow:hidden; 
}	

		
/* numeric controls */	

ol#controls{
		margin:1em 0;
		padding:0;
		height:16px;	
}
ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;	
}
ol#controls li a{
		float:left;
		height:8px;
		width:8px;
		border:1px solid #ccc;
		background:#333;
		color:#555;
		padding:2px;
		text-decoration:none;
		text-indent:-8000px;
}
ol#controls li.current a{
		background:#FF0000;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
