.sliderwrapper{
margin-top: 70px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #e0e0e0;
border-bottom-width: 1px;
width: 370px; /*width of featured content slider*/
height: 150px;
z-index:5;
}



.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: white;
width: 390px; /*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: 370px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #ffffff;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.pagination a{
padding: 0 5px;
margin-top: 0px;
margin-bottom: 0px;
text-decoration: none; 
color: #00007D;
background: #f0f0f0;
font-family: Arial;
	font-size: 10px;
	color: #444444;
	text-align: justify;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}