.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #CECFC8;
border-bottom-width: 0px;
width: 360;
height: 476;

}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 530;
height: 476;

padding: 0px;
background: #ffffff;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 180px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
height: 17;
background-color: #ffffff;
padding: 1px 10px;
}

.pagination a{
padding: 0 2px;
height: 17;
text-decoration: none; 
color: #00007D;
font-size: 12px;

background: #ffffff;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}