.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background-color:#CCCCCC;
width: 800px; /*width of featured content slider*/
height: 445px;
padding:0;margin:0;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0;margin:0;
background: white;
width: 800px; /*width of featured content slider*/
height: 445px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
border-right:1px solid white;
border-left:1px solid white;
xborder-bottom:1px solid white;
}

.pagination{
width: 800px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
xbackground-color:#9bc2d8;
font-size:0px;
visibility:hidden;
height:0;


}

.pagination a{
padding: 0;
text-decoration: none; 
color: #9bc2d8;
xbackground-color:#9bc2d8;
visibility:hidden;
height:0;
}

.pagination a:hover, .pagination a.selected{
color: #9bc2d8;
xbackground-color: #9bc2d8;
visibility:hidden;
height:0;}