.contentslide {
background: url(images/slider.jpg) no-repeat left top;
border-bottom-width: 0px;
width: 340px;
height: 156px;
margin-left: 0px;
padding-top: 10px;
padding-left: 20px;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
}

* html .contentslide {
height: 165px;
}

.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{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
}

.pagination{
text-align: right;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding-left: 20px;
margin-top: -8px;
height: 22px;
margin-left: 180px;
}

.bt {
background: url(images/special_button.png) no-repeat left top;
padding-top: 4px;
font-size: 11px;
color: #FFFFFF;
text-align: center;
float: left;
width: 28px;
height: 23px;
}

.bt  a:link, .bt  a:visited {
color: #ffffff;
font-weight: bold;
}

.bt a:active {
color: #d00000;
}

.bt  a:hover {
color: #d00000;
text-decoration: underline;
}