.sliderwrapper{
position:relative;
overflow: hidden;
width:465px;
height:154px;
}

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

.pagination{
width:465px;
text-align:left;
position:relative;
z-index:9;
left:10px;
top:10px;
}

.pagination a {
padding:5px 10px;
text-decoration: none; 
color: #00007D;
background:white;
filter:alpha(opacity=30); /* IE */
-moz-opacity: 0.30; /* Gecko */
opacity: 0.30; /* Opera */
}

.pagination a:hover, .pagination a.selected{
color: #000;
background:white;
filter:alpha(opacity=60); /* IE */
-moz-opacity: 0.60; /* Gecko */
opacity: 0.60; /* Opera */
}

img {border:0px; }