.contentslide{
border: 0px solid #FFF;
border-bottom-width: 0px;
padding: 0px;
width: 100%;
height: 650px;
}

.contentslide .contentdiv{
display: none;
color:#400200;
}

.pagination{
width: 190px; /*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 solid #364;
border-width: 0 0px; /*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: 190px; /*IE5 width*/
w\idth: 190px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #9C0000;
background-color: #FCDDAF;
}

.pagination a:hover, .pagination a.selected{
color: #400200;
background-color: #FCDDAF;
}

.contentslide0{
border: 0px solid #400200;
border-bottom-width: 0px;
padding: 0px;
width: 100%;
height: 300px;
}

.contentslide0 .contentdiv0{
display: none;
}

.pagination0{
width: 100%; /*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 solid #FF0000;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 3px 0;
}

* html .pagination0{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
w\idth: 100%; /*IE6 width*/
}

.pagination0 a{
padding: 0px 3px;
text-decoration: none; 
color: #FFEEBC;
background-color: #006655;
}

.pagination0 a:link {
color: #FFEEBC;
}
.pagination0 a:hover, .pagination0 a.selected{
color: #FFFFDD;
background-color: #003322;
}
