.contentslide{
border: 10px solid #EEEEEE;
border-bottom-width: 2px;
padding: 2px;
width: 345px;
height: 150px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 400px; /*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: #FFFFFF;
border: 4px solid white;
border-width: 0 4px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 1px 0;
size: 8px;
}

html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 345px; /*IE5 width*/
width: 345px; /*IE6 width*/


}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #7C2B96;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}