#featured{
	width:894px;
	height:381px;
	margin:0 auto 0 auto;
	position:relative;
	padding:0 0 8px 0;
	border-bottom:#eee9db 2px solid;
	}
#featured h2{
	margin:0 0 13px 0;
	}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 894px; /*width of featured content slider*/
height: 381px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

background: white;
width: 894px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}
.contentdiv a {
	width:100%;
	overflow:hidden;
	display:block;
}

.pagination{
width:876px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

position:absolute;
left:11px;
top:380px;
z-index:9999999;
}

.pagination a{
text-decoration: none; 
color: #00007D;
}
.pagination a:hover, .pagination a.selected{
color: #000;
}
.pagination a.toc{
	display:none;
	}
.pagination a.prev{
	float:left;
	width:180px;
	height:200px;
	text-indent:-9999px;
	outline-style:none;
	position:absolute;
	left:0;
	top:-260px;
	}
.pagination a.prev:hover{
	background:url(../images/bg_arrowleft.png) left 84px no-repeat;
	}
.pagination a.next{
	width:180px;
	height:200px;
	text-indent:-9999px;
	outline-style:none;
	float:right;
	position:absolute;
	right:0;
	top:-260px;
	}
.pagination a.next:hover{
	background:url(../images/bg_arrowright.png) right  84px no-repeat;
	}
