.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 440px; /*width of featured content slider*/
	height: 175px;
	margin-top: 5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	background: white;
	width: 450px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

.pagination{
	width: 450px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	background: white;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #E9E9E9;
	font-weight: bold;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}
