.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 479px; /*width of featured content slider*/
 height: 177px; 
padding:0px; z-index:1;
}

 
.sliderwrapper td.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
width: 479px;
height:177px;
z-index:1;
}
 

  

.pagination{
width: 474px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
 padding: 2px 5px 3px 0px;  height:18px;  background:url(/images/hm_imgbtm.gif) no-repeat bottom #eee2b7;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #05483b;
font-size:93%;
font-weight:normal;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #fff;  font-weight:bold;
}
.pagination a:hover {background-color: #eee2b7; font-weight:normal;}
 
