.sliderwrapper
{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 909px; /*width of featured content slider*/
	height: 285px;
}

.sliderwrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 15px;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 909px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 265px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination
{
	position: absolute;
	top: 258px;
	width: 930px;
	height: 130px;
	text-align: right;
	z-index: 999;
	font-size:8pt; 
	font-weight: bold;
	font-family:Arial;
}

.pagination a
{
	padding: 5px 10px 5px 10px ;
	text-decoration: none; 
	color: #FFFFFF;
	font-size:8pt; 
	font-weight: bold;
	font-family:Arial;
	background: #0167B1;
}

.pagination a:hover, .pagination a.selected
{
	padding: 5px 10px 5px 10px ;
	color: #FFFFFF;
	font-size:8pt; 
	font-weight: bold;
	font-family:Arial;
	background: #C7D110;
}