.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: ;
border-bottom-width: ;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: ;
width: 540px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
color:gray;
font-size: 12px;
font-family: tahoma;
text-align:justify;
line-height:17px;
height:100%;
font-weight:bold;
}

.pagination{
width: 220px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: ;
padding: 5px 10px;
font-size: 13px;
font-weight: bold;
font-family: tahoma;

}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2858a0;
background: ;
height:100%;
}

.pagination a:hover, .pagination a.selected{
color: #808080;
background-color:;
background-image:url(images/ust1.gif) ;
background-repeat:no-repeat;
height:100%;
}
