/**/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #D7D7D7;
/*border-bottom-width: 0px;*/
width: 620px; /*width of featured content slider*/
height: 496px;
}


/**/
.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;
/*font-family: Verdana;sans-serif;Tahoma;
color: #86004C;
font-size: 12px;*/
/*FONT-WEIGHT: bold;*/
width: 610px; /*width of content DIVs within slider. Total width should equal slider's inner width (496+2+2=500) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
/**/
.pagination{
width: 620px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #86004C;
BACKGROUND-IMAGE: url("../images/kv_menu_back.jpg");
padding: 2px 1px;
}

/**/
.pagination a{
padding: 0 5px;
text-decoration: none; 
font-family: verdana;
font-size: 12px;
color: #86004C; /*slide no rengi*/
/*background: #ffffff;*/

}

/*seçili slide*/
.pagination a:hover, .pagination a.selected{
color: #86004C;
border: 1px solid #86004C;
/*BACKGROUND-IMAGE: url("../images/kv_menu_sec.jpg");*/
FONT-WEIGHT: bold;
/*background-color: #E46322;*/
}
