.contentslide{
padding: 0px;
width: 620px;
height: 50px;
background-color:#FFFFFF;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
background-color:#FFFFFF;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 620px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
padding: 0px 0px 4px 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 600px; /*IE5 width*/
w\idth: 626px; /*IE6 width*/
}

.pagination a{
text-decoration: none; 
color: #79d6e0;
}

.pagination a:hover, .pagination a.selected{
text-decoration: none; 
color: #79d6e0;
}