.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #ccc;
	width: 400px; /*width of featured content slider*/
	height: 70px;
	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: 5px;
	width: 390px; 
	height: 100%;
}

.pagination {
	width: 390px; 
	text-align: right;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pagination a {
	padding: 0 5px;
	text-decoration: none; 
	color: #003366;
}

.pagination a:hover, .pagination a.selected {
	color: #990033;
	font-weight: bold;
}