
/* 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:960px;
	height:300px;
	overflow:hidden;
		}	
	/* numeric controls */	

	ol#controls{
	display:block;
	position:relative;
	left:-70px;
	top:-50px;
		}
	ol#controls li{
		margin:5px  5px 0   5px; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		}
	ol#controls li a{
	float:left;
	height:20px;
	line-height:20px;
	text-align:center;
	background:url(../images/element/nav_item_bg.png) no-repeat;
	color:#CCC;
	width:20px;
	text-decoration:none;
		}
	ol#controls li.current a{
	color:#FFF;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
	}
	
/* // Easy Slider */