.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px solid #CCCCCC;
	width: 584px; /*width of featured content slider*/
	height: 425px;
	visibility: inherit;
}

.contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 4px;
	background: white;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pagination{
	width: 576px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	background-color: #ffffff;
	padding: 3px 0px 5px;
}

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

.pagination a:hover{
	text-decoration: underline;
}

.pagination a.selected{
	background-color: #FFFF00;
}

