/*Top News Slider*/
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 713px; /*width of featured content slider*/
	height: 297px;
	text-align:left;
	float:left;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0;
	width: 713px; /*width of content DIVs within slider. Total width should equal slider's inner width */
	height: 100%;
}
.pagination{
	font: bold 11px Arial;
	text-decoration:none;
	background-color:#ffffff;
	width: 713px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	margin-top:15px;
	float:left;
	display:table;
}
.pagination a{
	text-decoration: none; 
	color: #8b8787;
}
.pagination a:hover, .pagination a.selected{
	text-decoration: none; 
	color: #0d417d;
}