.sliderwrapper{
position: relative;
overflow: hidden; 
width: 235px;
height: 130px;
}

.sliderwrapper .contentdiv{
visibility: hidden;
position: absolute;
left: 0; 
top: 0; 
padding: 3px;
background: white;
width: 200px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
-moz-opacity: 1;
opacity: 1;
background:#eeeeee;
}

.pagination{
width: 230px;
text-align: center;
background-color: #eeeeee;
padding-top: 5px;
padding-left: 10px;
margin-left:3px;
border-bottom: solid 0px #cccccc;
border-right: solid 0px #cccccc;
border-left: solid 0px #cccccc;
margin-bottom: 5px;
}

.pagination a{
font: bold 12px/14px Arial;
padding: 2px 6px;
text-decoration: none; 
color: #ffffff;
background:#003061;
}

.pagination a:hover, .pagination a.selected{
color: #003061;
background: #f9ca54;
}

a.gallery_title{ font: bold 11px/14px Arial; color:#333333; padding-left:2px; display:block; margin-bottom:5px; padding-top:3px; text-decoration:none; padding-left:3px;
}

a.gallery_title:hover{text-decoration:underline;
}

.gallery_image { width:95px; height:72px; border: solid 1px #f9f9f9; padding:1px;
}

.gallery_image:hover { border: solid 1px #cccccc;
}
