.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 958px; /*width of featured content slider*/
height: 304px;
}



.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: 958px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 304px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination {
	width: 958px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	margin: 5px 0 0 0px;
	height: 17px;
}

.pagination a {
font-family: Verdana, Geneva, sans-serif;
padding: 0px 2px 0px 3px;
text-decoration: none; 
color: #989288;
background-image: url(../images/numbers-off.jpg);
background-position: center top;
background-repeat: no-repeat;
width: 17px;
text-align: center;
text-transform: uppercase;
letter-spacing: .1em;
display: block;
float: left;
font-size: 11px;
height: 17px;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-image: url(../images/numbers-on.jpg);
}
