.contentslide{
/*border: 0px solid #666666;
border-bottom-width: 1px;*/
width: 700px;
height: 216px;
}

.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: 685px; /*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: -30px;
zoom: 1;
}

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

.pagination a {
margin: 0 2px;
padding: 2px 0;
text-decoration: none; 
color: #333;
background-color: #fff;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:11px;
font-weight: bold;
line-height: 20px;
}

.pagination a:link, .pagination a:visited {	
color: #000;
}

.pagination a:hover, .pagination a.selected,  .pagination a.selected:visited {
color: #fff;
background-color: #333;
text-decoration: none;

}

/*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*/
}
