.sliderwrapper{
position: relative; /*leave as is*/
/*overflow: hidden; */ /*leave as is*/
border-bottom-width: 6px;
width: 380px; /*width of featured content slider*/
height: 170px;
z-index: 1;
}



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

}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #FFF;
float: left;
}

.pagination a:hover, .pagination a.selected{
color: #a3dd34;
float: left;
}

.pagination a.toc {
	background: transparent url(../../images/featured-slide-btn.jpg) no-repeat left top;
	width: 18px;
	height: 16px;
	padding: 6px 4px;
	text-align: center;
	margin-right: 5px;
	float: left;
}

.pagination a.selected {
	background: transparent url(../../images/featured-slide-btn-active.jpg) no-repeat left top;
	font-weight: bold;
}

.pagination a.prev, .pagination a.next {
	width: 50px;
	padding: 6px 4px;
	margin-right: 8px;
	text-align: center;
	float: left;
}