.contentslide{
border-bottom-width: 6px;

}
.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: 600px; Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;

padding: 0px ;
font-family:Arial;
font-size:10px;
margin-top: -33px;
/*padding-right: 24px;*/
  color: #d0ceca
}
.pagination b{
padding: 0 5px;
text-decoration: none;
color: #00000;
background-color: #62c2d0;
height: 18px;
width: 18px;
}
.pagination a{
padding: 0 5px;
text-decoration: none;
color: #62c2d0;
background-color: #62c2d0;
height: 18px;
width: 18px;
}
.pagination a:hover, .pagination a.selected{
color: #d0ceca;
background-color: #d0ceca;
height: 18px;
width: 18px;
}