.contentslide{
border: 1px solid;
border-bottom-width: 1px;
padding: 1px;
width: 395px;
height: 330px;

}

.contentslide .contentdiv{
display: none;
font-size: 13px; font-family: arial, Verdana,  sans-serif; font-size:13px; color:#ffffff
}

.pagination{
width: 395px; /*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: gray;
border: 1px solid gray;
border-width: 0 1px; /*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: 395px; /*IE5 width*/
w\idth: 395px; /*IE6 width*/
}

.pagination a{
padding: 0 1px;
text-decoration: none; 
color: #ffffff;
background-color: #C4C7C6;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: gray;
}

.style2 {
font-size: 13px; color: #ffffff
}

.style6 {
font-family: Majestic, "Monotype Corsiva", Arial; font-size: 18px; 
}
-->
</style>