	#slider {width:720px;margin:0 auto;}
	#slider ul {
	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:720px;
		height:380px;
		overflow:hidden; 
		}	
	
		
	/* numeric controls */	

	ol#controls{
	margin:1px auto;
	padding:0;
	height:73px;
	width:720px;
		}
	ol#controls li{
		margin:0; 
		width:240px;
		padding:0;
		float:left;
		list-style:none;
		height:73px;
		line-height:73px;
		}
		ol#controls li#controls3{
		margin:0; 	
	}

	ol#controls li a{
		display:block;
		float:left;
		width:100%;
		height:100%;
		line-height:100%;
		color:#555;
		text-decoration:none;
		font-size:8px;
		}
	ol#controls li.current a{
		color:#cccccc;
		}
	ol#controls li.current {
		background-position:bottom;
	}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:1;}
	
/* // Easy Slider */