.contentslide{padding: 2px; width:200px; height:160px;}
.contentslide .contentdiv{display: none;}
.pagination{ width: 200px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/}
* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/ width:200px; /*IE5 width*/ }

.pagination a{ padding: 0 5px; text-decoration: none; color:#79a41c;}
.pagination a:hover, .pagination a.selected{ color: #fff; background-color:#79a41c;}

