.contentslide{
border: 0px;
border-bottom-width: 0px;
padding: 0px;
width: 692px;
height: 150px;
background-image: url(images/bg.gif);
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 692px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border: 0px;
border-width: 0; /*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: 692px; /*IE5 width*/
w\idth: 692px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
color: #BB0000;
height: 18px;
background-color: #f0f0f0;
font-family:Arial; font-size:9pt; font-weight:bold; text-decoration:none; 
border:1 solid #C0C0C0;
}

.pagination a:hover, .pagination a.selected{
padding: 0 5px;
color: #FFFFFF;
background-color: #BB0000;
font-family:Arial; font-size:9pt; font-weight:bold; text-decoration:none;
border:1 solid #CC0000;
}

