.contentslide{
padding:8px;
width: 660px;
height: 152px;
font-size:12px;
font-family:Trebuchet MS; 
border:1px #e1e1e1 solid;
}

.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 span{
font-weight: bold;
padding: 0 5px;
border: 1px solid #3a3a3a;
text-decoration: none; 
color: #fff;
cursor:pointer;
font-size:12px;
margin-left:2px;
background-color:#19bdc9;
}
.pagination span.active, .pagination span:hover{background:#fa9200;color:#fff}
