.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 465px; /*width of featured content slider*/
	height: 200px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-left: 0px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 465px; /*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;
}

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

.pagination a{
	padding: 0 5px;
	text-decoration: none;

	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #333333;
	background-color: #CCCCCC;
}

.pagination a.prevnext{
	text-decoration: none;
	background: white;
	margin-right: 1px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

.nextp { float:left; }
.nextt { }

