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

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 600px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 335px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
text-align: right;
position: absolute;
z-index: 999;
top: 5px;
right: 5px;
width: 200px;
height: 60px;
}

.pagination a{
padding: 0px 5px;
text-decoration: none; 
color: #ffffff;
xbackground: #37939b;
background: #3668a7;
xborder: 1px solid #225e63;
border: 1px solid #2b5d9c;
font-size: 18px;
line-height: 24px;
}

.pagination a:hover, .pagination a.selected{
xcolor: #ffffff;
color: #2b5d9c;
xbackground-color: #23639c;
background-color: #ffffff;
}

