#feature {
	position: relative;
	height: 300px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 910px;
}

#feature img.featured {
	position: absolute;
	left: 763px;
	top: -3px;
}

/* Jquery Slider ----------------------------------------
-------------------------------------------------------*/
.graphic, #prevBtn, #nextBtn { 
	margin: 0; 
	padding: 0; 
	display: block; 
	overflow: hidden; 
	text-indent:-9999px;
}

#slider{
	border: 1px solid #FFFFFF;
}	

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li {
	width:908px;
	height:298px;
	overflow:hidden;
}	

#prevBtn, #nextBtn {
	display: block;
	width: 40px;
	height: 30px;
	position: absolute;
	z-index:1000;
	margin:30px 0 0 350px;
}
	
#nextBtn {
	left:901px;
	top: 369px;
	height: 30px;
	width: 40px;
	z-index:1000;
}	

#prevBtn {
	left:869px;
	top: 369px;
	height: 30px;
	width: 40px;
	z-index:1000;
}
													
#prevBtn a, #nextBtn a {
	display:block;
	width:40px;
	height:29px;
	background-image: url(../images/homepage-slider/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 9px;
}	

#nextBtn a{
	background-image: url(../images/homepage-slider/btn_next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#slider img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
