.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px solid #FF6600;
	width: 428px; /*width of featured content slider*/
	height: 200px;
}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	background: white;
	width: 418px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	overflow: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination {
	width: 410px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 14px;
	text-align: left;
	background-color: #FF6600;
	padding: 1px 10px 1px 10px;
}

.pagination a {
	padding: 0 5px 5px;
	text-decoration: none; 
	color: #222222;
	background: white;
}

.pagination a:hover, .pagination a.selected {
	color: #FF0000;
	background-color: #FEE496;
}