.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height:170px;
border: gray 1px solid; 
border-bottom: gray 0px solid;
}
/*.sliderwrapper*/
.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
padding-left: 1px;
padding-right: 1px;
padding-top: 0px;
padding-bottom: 0px;
background: white;
width: 99%; /*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;
z-index:-1;
opacity: 1;
}

.pagination
{
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	border-right: gray 1px solid;
	width: 96%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding: 10px 10px;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}