.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 200px; /*width of featured content slider*/
height: 160px;
}

.sliderwrapper .contentdiv{
padding-left: 2px;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 200px; /*width of content DIVs within slider. */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 190px; /*Width of pagination DIV. */
text-align: right;
}

.pagination a{
text-decoration: none;
color: #00007D;
background: white;
border:1px solid #ccc;
}

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