.sliderwrapper{
	position: absolute; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid navy;
	border-bottom-width: 0px;
	width: 502px; /*width of featured content slider*/
	height: 262px;
	background-color:#eee;
	z-index:1
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 496px; /*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: 65px; height:30px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
position:relative;
padding-left:420px;
padding-top:15px;
padding-right:0px;
z-index:3;
font:normal 11px Arial, Helvetica, sans-serif;
}

.pagination a{
padding: 5px 10px 5px 5px;
text-decoration:none; 
color: #ccc;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
border-bottom:1px solid #ccc;
}
