.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 750px; /*width of featured content slider*/
	height: 330px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 750px; /*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: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
}

.pagination a{
	display: block;
	float: left;
	text-decoration: none; 
	color: #3373b4;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	height: 27px;
	line-height: 25px;
	width: 68px;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.pagination a.selected{ /*.pagination a:hover, */
	background: url(../images/adsnavigationActive.gif) no-repeat top center;
	color: #ffffff;
	height: 24px;
	line-height: 25px;
}