
.blocks{
height: 320px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
padding:4px 20px 0 0;
text-align: right;
}

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

}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFA;
}
