.contentslide{
border: 1px solid #CCCCCC;
border-bottom-width:3px;
border-bottom-color:#F1F1F1;
padding: 4px;
width: 100%;
height: 300px;
margin:0px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #FFFFFF;
border: 1px solid #FFFFFF;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 4px;
margin:0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
width: 100%; /*IE6 width*/
}

.pagination a{
padding: 4px;
text-decoration: none; 
background-color: #FFFFFF;

font-family:"Verdana", "Arial", "Helvetica", "sans-serif";
font-size:10px;
line-height:18px;
color:#000000;
letter-spacing:1px;
text-align:justify;
margin:0px;

}

.pagination a:hover, .pagination a.selected{
color: #F1F1F1;
background-color: #62cbd8;
text-decoration: none; 
}
