.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 1094px; /*width of featured content slider*/
height: 300px;
margin-left:20px;
z-index:8;
position:absolute;top:30px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*padding: 5px;*/
/*background: white;*/
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
}

.pagination{
width: 1058px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:left;
margin-left:43px;margin-top:5px;
z-index:9;
position:absolute;top:332px;
}

.pagination a{
padding:4px 4px 0 0;
text-decoration: none; 
color: #00007D;

}

.pagination a:hover, .pagination a.selected{
color: #000;

}


.sliderwrapper .contentdiv img{width:1047px;height:300px;}

.toc img {width:99px;height:28px;}


.pagination .prev{position:absolute;z-index:10;left:-26px;top:-170px;width:52px;height:52px;margin:0 !important;
			}
.pagination .next{position:absolute;z-index:10;right:-30px;top:-170px;width:52px;height:52px;margin:0 !important;
			}