.contentslide{
border: 1px solid #CCCCCC;
border-bottom-width: 0px;
padding: 4px;
width: 275px;
height: 75px;
}

.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;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 277px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings! */
height:18px;
text-align:right;
border: 1px solid #CCCCCC;
border-width: 1px 1px; /*Left/ right border width of pagination DIV. */
padding:3px 3px 3px 3px;
font-family: Arial, Verdana, 'Microsoft Sans Serif';
font-size: 12px;
color:#ffffff;
text-decoration: none;
background-color:#EEECEB;/*4880BA;*/
}


* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 277px; /*IE5 width*/
w\idth: 277px; /*IE6 width*/
}

.pagination a{
text-decoration: none;
padding:2px 6px 2px 6px;
}

.pagination a:hover, .pagination a.selected{
background-color:white;
padding:2px 6px 2px 6px;
text-decoration: none;

}