.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 250px; /*width of featured content slider*/
	height: 260px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 240px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.pagination{
	width: 250px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	/*	background-color: #D7D7D7; */
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #3B3B3B;
	background: white;
	border: 1px solid #C8C8C8;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}