.sliderwrapper{
	overflow: hidden; /*leave as is*/
	position: relative; /*leave as is*/
	width: 600px; /*width of featured content slider*/
	height: 230px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 600px; /*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 
{
	color: #adadad;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
/*	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: #4c4c4c;
    color: #ffffff;
	/*background: url(../images/adsnavigationActive.gif) no-repeat top center;
	color: #ffffff;
	height: 24px;
	line-height: 25px;*/
}
