.top-banr-count
{
	color: #000000;
	position: relative;
	z-index: 50;
	top: 240px;
	left:0;
	right:0;
	float: left;
	opacity:0.5;
	filter:alpha(opacity=50);
	margin: 0px 0px 0px 390px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	/*background: #000000;*/
	display: block;
	clear: both;
	width: 120px;
	text-align: right;
}

.top-banr-count a
{
	background: url(../images/orange-dot-light.gif) no-repeat 0px 4px;
	margin: 0px 3px 0px 3px;
	float: left;
	text-align: right;
	width: 15px;
	height: 16px;
	display: block;
}

*html .top-banr-count a
{
	margin: 3px 3px 3px 3px;
	height: 5px;
	background: url(../images/orange-dot-light.gif) no-repeat 0px 4px;
}

.top-banr-count a:hover, .top-banr-count a.selected
{
	background: url(../images/orange-dot-dark.gif) no-repeat 0px 4px;
		margin: 0px 3px 0px 3px;
	
}

*html .top-banr-count a:hover, .top-banr-count a.selected
{
	background: url(../images/orange-dot-dark.gif) no-repeat 0px 2px;
}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border: 10px solid navy;
	border-bottom-width: 6px;*/
	width: 509px; /*width of featured content slider*/
	height: 277px;
	margin: 0px 0px 0px 6px;
	float: left;
}



.sliderwrapper .contentdiv{
	float: left;
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	/*padding: 5px;*/
	background: white;
	/*width: 509px; width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 293px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	/*background-color: navy;*/
	padding: 5px 10px;
	float: left;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #00007D;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #ff00ff;
}