

#featured-bg {
	background: url(../images/featured-bg.png) no-repeat;
	height:325px;
	width: 913px;
	position: absolute;
	margin-top: 22px;
	margin-left: -26px;
	z-index: 10;
}

#featured {
	background: url(../../images/featured-bg.png) no-repeat;
	height:325px;
	width:913px;
	padding:50px;
	padding-left: 0px;
	padding-bottom: 5px;
	z-index: 10000;
	position: relative;
}




/* Easy Slider */

#slider ul, #slider li {
	margin:0;
	padding:0;
	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:860px;
	height:267px;
	overflow:hidden; 
}	
	
#prevBtn, #nextBtn,
#slider1next, #slider1prev { 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}	

#nextBtn, #slider1next { 
	left:860px;
}														

#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a {  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/easy-slider-images/btn_prev.gif) no-repeat 0 0;	
}	
	
#nextBtn a, #slider1next a{ 
	background:url(../images/easy-slider-images/btn_next.gif) no-repeat 0 0;	
}	
		
/* numeric controls */	

ol#controls {
	padding:0;
	height:46px;
	background-color:#1a2f44;
}

ol#controls li {
	margin:12px 0 0 10px;
	padding:0;
	float:left;
	list-style:none;
	height:21px;
	line-height:21px;
	font-size:12px;
}
	
ol#controls li a {
	float:left;
	height:21px;
	line-height:21px;
	background:#496179;
	color:#f7f8f8;
	padding:0 7px;
	text-decoration:none;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

ol#controls li a:hover {
	background-color:#6b839b;
}
	
ol#controls li.current a {
	background:#6b839b;
	color:#f7f8f8;
}
	
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
	
/* // Easy Slider */
