.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 10px solid #ffffff; border-bottom: 0px; 
	/*border-bottom-width: 6px;*/
	width: 472px; /*width of featured content slider 400*/
	height: 180px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;  
background: #f0f0f0;
width: 462px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 180px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.contentdiv p  {font-family: verdana; margin: 0px;}
.contentdiv p a {color:#ffffff; font-weight:normal; font-size:14px;}
.contentdiv p a img {border: 0px; }
.contentdiv p a span {font-size:16px; font-weight:bold; }

.pagination {
width: 472px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #ffffff;

padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: #ffffff;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #cbe6ec;
}

