.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #ccc;
	width: 506px; /*width of featured content slider*/
	height: 162px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: #fff;
	width: 506px; 
	height: 100%;
}

.pagination {
	width: 496px; 
	text-align: right;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pagination a {
	padding: 0 5px;
	text-decoration: none; 
	color: #000084;
}

.pagination a:hover, .pagination a.selected {
	color: #de2334;
}
