.contentslide{
/*background-color:#ffffff;
border:1px solid #333333; */
text-align: left;
align:left;
width:1240px;
height:200px;
}

.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;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#232323; 
font-size:14px; 
line-height:1.4; 
align:left; 
margin-top:0px;
}

.pagination{
width: 1240px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
font-family: Century Gothic, sans-serif;
font-size:10px;
margin-top:4px;
margin-left:2px;
border: 0px solid #e5e5e5;
vertical-align: top;
border-width:0px; /*Left/ right border width of pagination DIV.*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 487px; /*IE5 width*/
width: 487px; /*IE6 width*/
}

.pagination a{
padding: 0px 4px;
font-family: Century Gothic, sans-serif;
font-size:4px;
text-decoration: none; 
color: #60bb47;
vertical-align: top;
background-color: #60bb47;
}

.pagination a:hover, .pagination a.selected{
color: #3e769d;
background-color: #3e769d;
}