.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width:<%=ORTA_BLOK_GENISLIK%>px; height:220px; border-bottom-width:0px;

}

.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: <%=ORTA_BLOK_GENISLIK%>px; 
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=200);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: <%=ORTA_BLOK_GENISLIK%>px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding-right:0px; padding-top:3px; padding-bottom:0px
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #8b8b8b;
background-image: url(Tema/<%=Tema%>/images/genelbar.gif);
}

.pagination a:hover, .pagination a.selected{
color: #000000; text-decoration: none; font-size: 10pt; font-weight: bold;
}