.contentslide{
border: 10px solid #66ff33;
border-top-width: 8px solid #66ff33;
border-bottom-width: 0px;
padding: 0px;
width: 746px;
height: 125px;
}

.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;

}


b.rtop, b.rbottom{display:block;background: #009}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #66ff33}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
.contentslide .contentdiv{
display: none;
}

.pagination{
width: 730px; /*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: #66ff33;
border: 8px solid #66ff33;
border-width: 0 18px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0px 0;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: #66ff33;
}

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

.centerization{
width: 730px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: LEFT;
COLOR: #FFF;
border-width: 0 18px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0px 0;
}

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

.centerization a{
padding: 0 5px;
text-decoration: none; 
color: #66FF33;

}

.centerization a:hover, .centerization a.selected{
color: #FEE496;

}
