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



.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: 390px; /*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;
	width: 190px;
}



/*.pagination a{
text-decoration: none;
}

.pagination a:hover, .pagination a.selected{
color: #666666;
}*/
.pagination a.toc {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.pagination a.toc:hover, .pagination a.toc:hover {
	color: #0089e3;
}
