.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;

height: 260px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;

/*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 260px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:2;
}
.sliderwrapper .contentdiv .titlediv{
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 234px;  /*leave as is*/
text-align:left;
padding: 0px;
min-height: 25px;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
z-index:99;
}

.pagination{

text-align: right;
background-color: ;
padding: 5px;
height:0px;
font-weight:bold
}

.pagination a{
display:none;
padding: 5px;
width: 20px;
text-decoration: none; 
color: #ff9900;
background: white;
border:solid 1px;
border-color:#ccc
}

.pagination a:hover
{
color: #000;
background-color: #fff;
}
.pagination a.selected{
color: #fff;
background-color: #ff9900;
}