.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 246px; /*width of featured content slider*/
	height: 231px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
/*left: 50%; */ /*leave as is*/
top: 0;  /*leave as is*/
background: #042A3E;
width: 246px; /*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;
margin-left: 1px;
}

.contentdiv img {
	width: 246px !important;
	height: 231px !important;
}
.contentdiv object, .contentdiv embed {
	width: 246px !important;
	height: 185px !important;
}

.contentdiv a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.pagination{
	width: 255px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align:center;
	padding-bottom:3px;
	padding-top: 3px;
}

.pagination a{
	text-decoration: none;
	color: #3399CC;
	background: #000000;
	display: inline-block;
	width: 47.5px;
	padding: 5px;
	text-align: center;
	
}

.pagination a:hover, .pagination a.selected{
	color: #042A3E;
	background-color: #CCCCCC;
	font-weight: bold;
}