.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 680px;height: 97px;
background: url(../../images/sprite.jpg) no-repeat 0 -45px;
margin-bottom:11px
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 10px;  /*leave as is*/
top: 10px;  /*leave as is*/
width: 580px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 57px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
font-size:12px
}

.pagination{
/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:20px;
text-align: right;
position:absolute;bottom:5px;right:80px;
}

.pagination a
{

display:block;
width:20px;height:20px;line-height:18px;margin-left:2px;
text-decoration: none; 
color: #666;
text-align:center;float:left;font-weight:bold
}

.pagination a:hover, .pagination a.selected
{
    background: url(../../images/sprite.png) no-repeat -2065px -230px;
color: #fff;
}
