.contentslide{
border-bottom-width: 6px;
padding: 0px;
width: 100%;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
margin: 0px 2px 0px 0px;
/*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
font-family: Arial, Helvetica, sans-serif, Tahoma;
border-width: 0 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*/
/*IE5 width*/
/*IE6 width*/
}

.pagination a{
width: 15px;
height: 15px;
text-align: center;
color:#ffffff; background: #0066CC; text-decoration:none;
font-size: 11px;
padding: 1px 5px;
}

.pagination a:hover, .pagination a.selected{
color:#FFFFFF;  background:#0099CC; width:20px;
}
