.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
margin: 25px 10px 10px 10px;
width: 850px; /*width of featured content slider*/
height: 340px;
}



.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: #ffffff url(theme/index_img/slider-bg.jpg) repeat-x top left;
width: 840px; /*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: 900px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background: transparent;
padding: 5px 0px;
}

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

.pagination a:hover, .pagination a.selected {
color: #000;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}

.pagination a.toc {
width: 43px;
height: 42px;
padding: 0px 2px;
}

#paginate-slider2 {
	position: absolute;
	top: 430px;
	z-index: 1000;
}
.contentdiv {
filter:alpha(opacity=100);
opacity: 1.0;
background: white;
}