.contentslide{
/*border: 0px solid #666666;
border-bottom-width: 1px;*/
width: 594px;
height: 236px;
border: 1px #CCCCCC dotted;
}

.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: 575px; /*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: #666666;
border: 10px solid #666666; */
/* border-width: 0 10px; */ /*Left/ right border width of pagination DIV.*/
padding: 0px;
margin-top: -45px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 518px; /*IE5 width*/
width: 521px; /*IE6 width*/
}

.pagination a{
padding: 5px 0px 5px 0px;
text-decoration: none; 
color: #666666;
background-color: white;
font-size:12px;
line-height: 20px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #CCCCCC;
}

/*SMALL SLIDER*/

.contentslide2 {

padding: 9px 0 0 0px;
width: 245px;
height: 118px;
}

.contentslide2 .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;
}

.contentslide2 .contentdiv{
display: none;
}

.pagination2 {
width: 245px; /*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: #666666;
border: 10px solid #666666; */
/* border-width: 0 10px; */ /*Left/ right border width of pagination DIV.*/
padding: 0px;
margin-top: -15px;
}

* html .pagination2 { /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 245px; /*IE5 width*/
width: 245px; /*IE6 width*/
}