.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 160px;
height:180px;
border-top:1px solid #BAC8DA;
border-bottom:1px solid #BAC8DA;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 2px;
background:#e6eff5;
width: 156px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.sliderwrapper .contentdiv a{
text-decoration:none;
}
.sliderwrapper .contentdiv a:hover{
text-decoration:none;
}
.pagination{
width: 160px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding: 5px 0px;
}

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #ffffff;
background: #003a96;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #ba0011;
}
