.contentslide{
padding-left:4px;
width: 750px;
height: 600px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 750px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align:center;
background-color:#ffffff;


}

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

w\idth: 750px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #ffffff;
background-color: #939598;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #4c2221;
}
