/* Featured Products Slider */

#featured {
	display: block;
	width: 523px;
	height: 248px;
	border: 1px solid #ccc;
	position: relative;
	margin: 0 auto 20px auto;
}

#featured ul, #featured li {
	margin:0;
	padding:0;
	list-style:none;
}

#featured li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 523px;
	height: 248px;
	overflow:hidden; 
}


/* numeric controls */	
ol#controls{
	float: right;
	position: relative;
	z-index: 1000;
	margin: -45px 0 0 0;
	padding:0;
	height:19px;	
}
	
ol#controls li{
	margin:0 5px 0 0; 
	padding:0;
	float:left;
	list-style:none;
}
	
ol#controls li a{
	float:left;
	display: block;
	height:19px;
	line-height:15px;
	border:1px solid #ccc;
	background:#fff;
	font-size: 11px;
	color:#6b5946;
	padding:0 5px;
	text-decoration:none;
}
	
ol#controls li.current a{
	background:#507e47;
	color:#fff;
}
	
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
