.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/* border: 10px solid navy; */
/* border-bottom-width: 6px; */
width: 568px; /*width of featured content slider*/
height: 503px;
}

.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: #202020;
	width: 568px;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
	line-height: 1.5em;
}

.pagination{
width: 590px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #202020;
padding: 5px 10px;
font-family: "Arial Narrow", Arial, sans-serif;
font-size: 14px;
font-weight: bold;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #E0DFE3;
background: #202020;
}

.pagination a:hover, .pagination a.selected{
color: #CC9966;
background-color: #202020;
}

