.contentslide{
border: 10px solid #cecece;
border-bottom-width: 6px;
padding: 8px;
/*
width: 350px;
height: 340px;
*/
}

.contentslide .contentdiv{
display: none;
}

.pagination{
/* width: 366px; /*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: #cecece;
border: 10px solid #cecece;
border-width: 0 10px 3px 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
/*width: 350px; /*IE5 width*/
/*w\idth: 350px; /*IE6 width*/
}

.pagination a{
padding: 3 5px;
font-family: Verdana;
font-size: 9pt;
font-weight: bold;
text-decoration: none; 
color: #808080;
background-color: white;
border: 1px solid #808080;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #ffffff;
text-decoration: none; 
border: 1px solid #808080;
}

font.contentTitle {
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
color: #cc0000;
font-weight: bold;
}

font.contentBody {
font-family: Verdana, Arial, Helvetica;
font-size: 8pt;
color: #000000;
font-weight: normal;
}