		
/* Easy Slider */

	
	#slider ul, #slider li {
		margin: 0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:580px;
		height:174px;
		overflow:hidden; 
		}	
	
		
	/* numeric controls */	

ol#controls{
		margin:-30px 10px;
		padding:0;
		height:20px;	
		}
	
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #999;
		background:#ccc;
		color:#ccc;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#bb0d14;
		color:#bb0d14;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */