
/* garantiKadinGirisimci slider styles. beware */
/* do not make a change if you are not authorized*/
/* 24.04-2009 spielersun - onKaplan */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 625px; 
height: 410px;
margin:o auto;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
padding-left:70px;
width: 625px; 
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 625px; 
text-align: center;
padding: 5px 10px 15px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
background: white;
}

.pagination a:hover, .pagination a.selected{
}