.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 600px; /*width of featured content slider*/
	height: 300px;
	border-top-width: 0px;
	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: 5px;
}



.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: 417px; /*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: 590px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	margin-top: 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left:5px;
	margin-bottom:1px;
	margin-right:5px;
	background-image: url(images/contentslidesbk.jpg);
	background-repeat: repeat-x;
	font-size:12px;
}

.pagination a.toc {
	padding: 4px 6px;
	color:#FFF;
	text-decoration: none;
	background-image: url(images/contentslidesbk.jpg);
	background-repeat: repeat-x;
	margin:0;
	border-right: 1px #ccc solid;
}

.pagination a:hover, .pagination a.selected{
	color:#999;
	text-decoration: none;
	background-color:#036;
}

.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; }

