.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 556px; /*width of featured content slider*/
height: 350px;
}

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

.pagination{
width: 556px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 100px;
background-color: #000;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
text-align: center;
}

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

.pagination td
{
	width: 40px;
}

.pagination img
{
	width: 40px;
	height: 40px;
}

.pagerpagination
{
	padding-left: 42px;
}

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

.pagerpagination a:hover, .pagerpagination a.selected{
color: #000;
background-color: #FEE496;
}