.contentslide{
border: 0px;
padding: 0px;
width: 780px;
margin-left: auto;
margin-right: auto;
height: 370px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
font-size: 12px;
font-weight: bold;
width: 700px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
border: 0px;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 780px; /*IE5 width*/
w\idth: 780px; /*IE6 width*/
}

.pagination a, .pagination a:visited {
padding: 0 10px;
text-decoration: none;
font-weight: bold; 
color: #FFF;
background-color: #003;
}

.pagination a:hover	{ 
color: #FC0;
}
