.contentslide{
border: 1px solid #ccc;
border-bottom-width: 1px;
padding: 0px;
width: 712px;
height: 280px;
}
.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;
}
.contentslide .contentdiv a{target:expression(this.target="_blank");}
.contentslide .contentdiv img{border:none;width: 712px;height: 280px;overflow: hidden;}
.pagination{width: 714px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/text-align: right;background:url(../../images/v2/flash-page.jpg) repeat-x bottom;border: 1px solid #ebebeb;border-width: 0 0px; /*Left/ right border width of pagination DIV.*/padding: 4px 0px 4px 0px;margin-left: -1px;}
* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 410px; /*IE6 width*/
}
#right .pagination a{
padding: 2px 5px;
text-decoration: none; 
color: #fff;
background-color:#74858f;
border: 1px solid #5f6d75;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#right .pagination a:hover,#right .pagination a.selected{
padding: 2px 5px;
color: #000;
font-weight:600;
background-color: #e3df88;
border:1px solid #d4cc45;
}