.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 468px; /*width of featured content slider*/
	height: 257px;
	padding-left: 14px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 189,000px;  /*leave as is*/
	top: 29,000px;
	background: white;
	width: 465px; /*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;
}
.sliderwrapper .contentdiv img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.pagination{
	width: 468px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	height: 24px;
	padding-top: 3px;
}

.pagination a{
	text-decoration: none;
	color: #00007D;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pagination img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
