.sliderwrapper{
position: relative; /*leave as is*/
width: 260px;
border-bottom-width: 6px;
}

.sliderwrapper .contentdiv{
width:251px;
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.paging{
margin-top: 12px;
text-align: center;
font-weight: bold;
}

.paging a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: #eeeeee;
}

.paging a:hover, .paging a.selected{
color: #000;
background-color: #FEc496;
}

.contentdiv img {margin-bottom: 3px; margin-top: 4px;}