#featured {
	height: 367px;
	border-bottom: 1px dotted #0066DE;
	margin-bottom: 10px;
	position: relative;
}

#half-bdr {
	position: absolute;
	z-index: 90;
	height: 135px;
	width: 1088px;
	border-left: 1px solid #0066DE;
	border-right: 1px solid #0066DE;
}

#featured-left {
	position:absolute;
	z-index: 92;
	top:0;
	left:0;
	width: 150px;
	height: 100%;
}

#featured-main {
	margin-left: -630px;
	height: 100%;
}

#featured-right {
	position:absolute;
	z-index: 91;
	top:0;
	right:0;
	width: 37px;
	height: 100%;
}

#featured a.prev-link, #featured a.prev-link:link {
    background: transparent url("../images/featured-prev-btn.png") no-repeat left top;
    display: block;
    height: 100%;
    width: 37px;
}

#featured a.next-link, #featured a.next-link:link {
    background: transparent url("../images/featured-next-btn.png") no-repeat left top;
    display: block;
    height: 100%;
    width: 37px;
}