.sliderwrapper {
	height:250px;
	position:relative; /*leave as is*/
	overflow:hidden; /*leave as is*/
	width:100%; /*width of featured content slider*/
}
.sliderwrapper .contentdiv {
	background:#000;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	height:100%;
	left:0;  /*leave as is*/
	-moz-opacity:1;
	opacity:1;
	padding:5px;
	position:absolute; /*leave as is*/
	top:0;  /*leave as is*/
	visibility:hidden; /*leave as is*/
	width:93%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
}
.pagination {
	background:#000;
	padding:5px 10px;
	text-align:right;
	width:93%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
}
.pagination a {
	background:#000;
	border:1px solid #fff;
	color:#fff;
	font-size:0.8em;
	padding:0 5px;
	text-decoration:none;
}
.pagination a:hover, .pagination a.selected {
	background-color:#fff;
	color:#000;
}