
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:940px;
		height:220px;
		overflow:hidden; 
	margin:0 auto 0 auto;
		}	
	/* numeric controls */	

	ol#controls{
		padding:0;
		height:31px;
		width:940px;
		background:url(../images/slider_nav_bg.png) no-repeat;
		display:block;
		margin-bottom:0;
	margin:0 auto 0 auto;
		}
	ol#controls li{
		margin:5px 5px 0 5px; 
		padding:0;
		float:left;
		list-style:none;
		height:21px;
		}
	ol#controls li a{
		float:left;
		height:17px;
		line-height:18px;
		padding-top:1px;
		text-align:center;
		background:url(../images/nav_item_bg.png) no-repeat;
		color:#03f1fa;
		width:19px;
		text-decoration:none;
		}
	ol#controls li.current a{
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */