.contentslide{
/*border: 0 solid #5D5D5D;
border-top-width: 1px;
border-left-width: 0;
border-right-width: 0;*/
padding: 0px;
width: 780px;
height: 218px;
background-color:#000000;
}

.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: 780px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
/*background-image:url(../header_tabbtn.png);
border: 1px solid #5D5D5D;*/
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 5px 0 6px 3px;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 724px; /*IE5 width*/
width: 724px; /*IE6 width*/
}

.pagination a{
padding: 5px 3px 5px 7px;
text-decoration: none; 
color:#FFFFFF;
background-image:url(../header_tabbtn.png);
font-size:12px;
font-family:"Trebuchet MS";
}

.pagination a:hover, .pagination a.selected{
color:#fff;
padding: 5px 3px 5px 7px;
background-image:url(images/offerbtn_bg.jpg);
/*background-color:#0481D5;*/
}
