.contentslide{
background: url(images/home-features-background.jpg) no-repeat;
margin: 14px 0;
}

.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;
}

.contentdiv dl {
margin:0;
padding:0;
}

.contentdiv dt {
margin:0;
padding:3px 0;
font-family: "lucida grande", tahoma, sans-serif;
font-size: 12px;
font-weight:bold;
line-height: 15px;
}

.contentdiv dd {
padding:3px 0;
border:solid 1px #cccccc;
border-width:1px 0 0 0;
font-size: 11px;
line-height: 14px;
}

.pagination{
padding: 0 0 14px 0;
}

.pagination a{
padding: 0 5px;
font-size: .8em;
text-decoration: none; 
color: #444444;
background-color: #FFFFFF;
border: solid 2px #d6d6cc;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #336099;
}