.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 248px; /*width of featured content slider*/
	height: 230px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



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

.pagination{
	width: 250px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
}

.pagination a{
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #7A8990;
	padding-top: 3;
	padding-right: 3px;
	padding-bottom: 3;
	padding-left: 3px;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #7A8891;
	padding: 3px;
}
