.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 293px; /*width of featured content slider*/
	height: 282px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	float: right;
	clear: right;
	padding: 0px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 293px; /*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;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
.sliderwrapper .contentdiv p {
	margin-bottom: 5px;
}

.sliderwrapper .contentdiv a {
	color: #FFFFFF;
	text-decoration: underline;
}

.pagination{
	width: 171px;
	background-color: #2c2c2c;
	padding: 0px;
	height: 282px;
	float: left;
	margin: 0px;
	clear: left;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #ADADAD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C2C2C;
	background-color: #4E4E4E;
	line-height: 24px;
}

.pagination a:hover, .pagination a.selected{
background-color: #2C2C2C;
}
script {
	margin: 0px;
	padding: 0px;
}
