.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 1010px; /*width of featured content slider*/
height: 319px;
background:url(../Resimler/ContentDiv_Bg.png);
border:1px #CCCCCC solid;
z-index:44;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 1008px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 319px;
border:0px #CCCCCC solid;
padding:0px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:45;

}

.pagination{
left:750px;
top:45px;
position:absolute;
width: 260px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:273px;
z-index:44;
border:0px #CCCCCC solid;

}

.pagination a{
display:block;
font:12px Tahoma;
font-weight:bold;
color:#333333;
margin-left:0px;
width:255px;
padding: 2px 2px;
text-decoration: none; 
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #9e0b0f;
}




