.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 716px; /*width of featured content slider*/
height: 293px;
}



.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: 716px; /*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{
text-align: right;
display:inline;
float:right;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 

}

.pagination a:hover, .pagination a.selected{

}

.toc {
	overflow:hidden;
	width:8px;
	height:12px;
	display:block;
	float:left;
	font-size:24px;
	line-height:8px;
	color:#0e1b28;
}

.toc:hover, .selected {
	color:#fff;
}