/* Easy Slider */

	#rotator ul{
		margin:0;
		padding:0;
		list-style:none;
		}
	#rotator li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:732px;
		height:307px;
		overflow:hidden; 
		}	
	
	/* numeric controls */	

	ol#controls{
		margin:0;
		padding:0;
		height:28px;	
		width:732px;
		margin-top:5px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:12px;
		line-height:12px;
		}
	ol#controls li a{
		float:left;
		background:url(../images/icons/rotate-item-off.png) no-repeat;
		padding:0;
		text-decoration:none;
		text-indent:-9999px;
		display:block;
		height:12px;
		width:12px;
		}
	ol#controls li.current a{
		background:url(../images/icons/rotate-item-on.png) no-repeat;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

