.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 384px;
height: 323px;
}

.sliderwrapper img { margin-top:5px; }

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

.super{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 374px;
height: 320px;
}

.super .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background-color:gold;
width:374px; height:320px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination a{
padding:5px;
text-decoration: none;
font-weight:bold;
color: red;
background: #ffffff;
}
