.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 550px; /*width of featured content slider*/
	height: 557px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0;
	width: 550px; /*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: left;
	padding: 5px 10px;
}

.pagination a {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-decoration: none; 
	color: #CC0000;
	background: #CC0000;
	border:solid 1px #CC0000;
}

.pagination a:hover, .pagination a.selected {
	color: #51514D;
	background: #51514D;
}
.pagination a.last {
	background: url(../images/toc_last.jpg) no-repeat center center;
}
.pagination a.last.selected,
.pagination a.last:hover {
	background: url(../images/toc_last_active.jpg) no-repeat center center;
}






