.sliderwrapper{
	overflow: hidden;
	width: 513px; /*width of featured content slider*/
	height: 236px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 513px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 236px;

	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:0px;
	text-align: left;
	left: 5px;
	top: 5px;
	float: left;
	position: relative;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #00007D;
	background: #0099CC;
	font-family:"Arial Black", Gadget, sans-serif
}

.pagination a:hover, .pagination a.selected{
	color: #FFF;
	padding: 0 5px;
	font-size:16px;
	background-color: #0099CC;
	font-family:"Arial Black", Gadget, sans-serif
}
