.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 235px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
height: 100%;
-moz-opacity: 1;
opacity: 1;
}

.pagination{

text-align: left;
padding-left: 30px;
background-image: url(/images/common/bg/slider_bg.png);
background-repeat: no-repeat;
background-position: top left;
}

.pagination a{
padding: 0 10px;
text-decoration: none; 
color: #FFFFFF;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
background-image: url(/images/common/bg/slider_hg.gif);
background-repeat: repeat-x;
background-position: bottom right;
}

