.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
height: 200px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: ;
width: 525px; /*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{
padding: 2px;
z-index:900;
line-height:normal;
text-align: right;
margin-right: 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #415b65;
font-family:Tahoma;
font-size:10px;
font-weight:bold;
}


.pagination a:hover {
color: #203139;
text-decoration: none; 
font-family:Tahoma;
font-size:10px;
font-weight:bold;
}

.pagination a.selected {
color: #203139;
text-decoration: underline; 
font-family:Tahoma;
font-size:10px;
font-weight:bold;
}