.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding-let: 5px;
width: 370px;
height: 160px;
}

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

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 370px; /*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: navy;
border: 0px solid navy;*/
border-width: 0 0px; /*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*/
w\idth: 360px; /*IE5 width*/
width: 360px; /*IE6 width*/
}

.pagination a{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 0 6px;
text-decoration: none; 
color: #456420;
background-color: #FFFFFF;
}

.pagination a:hover, .pagination a.selected{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
background-color: #456420;
}




/* AJAX TESTIMONIALS*/
.contentslide2{
border: 0px solid navy;
border-bottom-width: 0px;
padding-let: 5px;
width: 270px;
height: 160px;
}

.contentslide2 .opacitylayer2{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 280x;
height: 160px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentslide2 .contentdiv2{
display: none;
}

.pagination2{
width: 280px; /*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: navy;
border: 0px solid navy;*/
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0px 0;
}

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

.pagination2 a{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 0 6px;
text-decoration: none; 
color: #456420;
background-color: #FFFFFF;
}

.pagination2 a:hover, .pagination2 a.selected{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
background-color: #456420;
}
