.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid #C8C3BE;*/
width: 586px; /*width of featured content slider*/
height: 320px;
/*background:#FFFFFF;url(/documents/templates/depoturk/img/slider_bg.jpg);*/

border-bottom:none;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
overflow:hidden;
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 586px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 320px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.contentdiv p{padding:0; margin:0;}
.pagination{
width: 586px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
overflow:hidden;
font-size:12px;
font-family:Calibri, "Century Gothic", Garamond; 
height:25px; line-height:25px;   
border-top: 1px solid #d1d1d1;
text-align:right;
margin-top:0;
}
.pagination a, .pagination a:visited, .pagination a:link{
padding: 0 5px;
text-decoration: none; 
color: #000;
margin-right:5px;
}
.pagination a:hover, .pagination a.selected{
background:#F9AA2F; border-radius:10px; color:#FFFFFF;
text-decoration:none;
}