.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 468px; /*width of featured content slider*/
	height: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        font-weight: bold;
}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: #fff;
	width: 468px; 
	height: 210px;
}

.pagination {
	width: 468px; 
	text-align: center;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pagination a {
	padding: 0 5px;
	text-decoration: none; 
	color: #E55B02;
}

.pagination a:hover, .pagination a.selected {
	color: #333333;
}