.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 960px; /*width of featured content slider*/
height: 225px;
moz-border-radius: 5px;

}

.sliderwrapper .contentdiv{ /*leave as is*/
position: absolute; /*leave as is*/
left: 0px;  /*leave as is*/
top: 0;  /*leave as is*/
width: 645; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 247px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	/*width: 188px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
	background:url(../../theme/standard/bg_title.jpg);
	margin-bottom:5px;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	width:950px;
	height:10px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
	font-size:8pt;
	-moz-border-radius:0.3em;
	background-color: #333;
	background-image: url(../../theme/standard/bg_page.jpg);
}

.pagination a:hover, .pagination a.selected{
	color: #006;
	font-weight:bold;
	background-color: #FFF;
	background-image: url(../../theme/standard/bg_page.jpg);
	border: 1px solid #333;
}