.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
border-bottom-width: 6px;
width: 580px; /*width of featured content slider*/
height: 250px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 580px; /*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: 580px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0px;
position: relative;
float: right;
top: -40px;
}

.pagination a.toc{
height: 10px;
width: 10px;
padding: 0px 3px;
text-decoration: none; 
background-image: url(images/bullet.png);
background-position: top left;
background-repeat: no-repeat;
}

	.pagination a:hover.toc, .pagination a.selected{
	color: #000;
	background-image: url(images/bullet-on.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

.pagination a.next{
height: 10px;
width: 10px;
padding: 0px 33px;
text-decoration: none; 
background-image: url(images/bulletnext.png);
background-position: top left;
background-repeat: no-repeat;
}

	.pagination a:hover.next{
	color: #000;
	background-image: url(images/bulletnext-on.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

.pagination a.prev{
height: 10px;
width: 10px;
padding: 0px 3px;
text-decoration: none; 
background-image: url(images/bulletprev.png);
background-position: top left;
background-repeat: no-repeat;
}

	.pagination a:hover.prev{
	color: #000;
	background-image: url(images/bulletprev-on.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

.pagination a.first{
height: 11px;
width: 14px;
padding: 0px 5px;
text-decoration: none; 
background-image: url(images/bulletfirst.png);
background-position: top left;
background-repeat: no-repeat;
}

	.pagination a:hover.first, .pagination a.first.selected{
	color: #000;
	background-image: url(images/bulletfirst-on.png);
	background-position: top left;
	background-repeat: no-repeat;
	}



.contentdiv span{
	float: right;
	width: 260px;
	margin: -5px 0px 20px 20px;
	}