.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 946px; /*width of featured content slider*/
	height: 368px;
	margin:0 auto;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 946px; /*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;
text-align:center;
}

.sliderwrapper .contentdiv img {
	margin:0 auto;
}
.pagination{
	width: 946px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	clear: both;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	margin:0 auto 20px auto;
}

.pagination a{
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	outline:none;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-color:#DDD;
}
