.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 426px; /*width of featured content slider*/
	height: 186px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #141933;
	border-right-color: #141933;
	border-left-color: #141933;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 426px; /*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;
}

.pagination{
	width: 406px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
	background-image: url(/images/SlidderPaginateBar.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #141933;
	margin-top: -2px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #FFF;
	background-color: #00509F;
	background-image: url(/images/button-pagination.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #002447;
}

.pagination a:hover, .pagination a.selected{
	color: #7988A7;
	background-color: #036;
}
