.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 874px; /*width of featured content slider*/
	height: 281px;
	background-color: #FFFFFF;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 874px; /*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: 850px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 33px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right:0px;
	display: block;
}

.pagination a{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	background-image: url(/images/number_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	text-align: center;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-image: url(/images/number_on.gif);
	background-repeat: no-repeat;
}