.contentslide{
border: 0px;
border-bottom-width: 6px;
padding: 8px;
width: 190px;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 190px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height:33px;
text-align:center;
background-image:url(images/thumb_05.gif);
background-repeat:repeat-x;
background-position:top;
}

.devam {background-color: #ececec;
width: 190px; 
border: 0px solid navy;
border-width: 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;}



* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 190px; /*IE5 width*/
width: 190px; /*IE6 width*/
}

.pagination a{
height:33px;
text-decoration: none; 
color: #3c3c3c;
font-size:14px;
font-weight:bold;
vertical-align:bottom;
padding: 10px;
}


.pagination a:hover, .pagination a.selected{
height:33px;
color: #ae0563;
background-image:url(images/thumb_05on.gif);
padding: 10px;
background-position:center;
background-repeat:no-repeat;
}