.contentslide{
border: 0px solid #000000;
border-bottom-width: 0px;
padding: 0px;
width: 800px;
height: 225px;
}

.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!*/
text-align: right;
background-color: ;
border: 0px solid navy;
border-width: 0px; /*Left/ right border width of pagination DIV.*/
padding:0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 255px; /*IE5 width*/
border:0px solid #000000;
background-color:;
align:center;
}

.pagination a{
border:0px solid #000000;
height: 75px;
}

.pagination a:hover, .pagination a.selected{
border:0px solid #FF0000;height: 75px;

}

img.thumbs {border:2px solid #000000;}
img:hover.thumbs{border:2px solid  #FFFFFF;}