.sliderwrapper
{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border: 1px solid #075B9B;
	border-bottom-width: 1px;*/
	width: 511; /*width of featured content slider*/
	height: 150px;
	padding:0px;
	margin:0px;
	z-index:0;
}



.sliderwrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 4; /*leave as is*/
	top: 4; /*leave as is*/
	
	
	padding:0px;
	margin:0px;
	
	background: white;
	width: 503px; /*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;
		z-index:0;
}

.pagination
{
	 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
		z-index:0;
	
}

.paginationBG
{
	width: 508;
	background-color: #F8F8F8;
	padding: 2px;
	border: 1px solid #F8F8F8;
		z-index:0;
}
.pagination a
{
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	color: #075B9B;
	background: white;
	border: solid 1px #EEEEEE;
}

.pagination a:hover, .pagination a.selected
{
	color: #fff;
	background-color: #C84A80;
}

