.sliderwrapper{
position: relative;
overflow: hidden; 
width: 280px;
height: 260px;
}

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

.pagination{
width: 252px;
text-align: right;
background-color: #f9f9f9;
padding: 5px 10px;
margin-left:3px;
border-bottom: solid 1px #cccccc;
border-right: solid 1px #cccccc;
border-left: solid 1px #cccccc;
margin-bottom: 5px;
}

.pagination a{
font-family:Tahoma, Geneva, sans-serif; font-size:10px; font-weight:100;
padding: 0 5px;
text-decoration: none; 
color: #ffffff;
background:url(img/gallery_number_back.png) repeat-x #f44848;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background: #3d4b59;
}

a.gallery_title{ font: bold 11px/14px tahoma; 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:121px; height:78px; border: solid 1px #f9f9f9; padding:1px;
}

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