.contentslide{

padding: 0px;
width: 160px;
height: 100px;
margin: 66px 0px 0px 35px;
}

#announcement{background:url(../images/header_banner-top.jpg) no-repeat; width:578px; height:204px;}
#announcementContent{ width:200px; border:0px solid #ff6600; float:right; margin-right:35px; font-size:11px; color:#30414B; overflow:hidden;}
#announcementContent a{color:#30414B; text-decoration:none}
#announcementContent a:hover{color:#52969D; text-decoration:none}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 65px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin-bottom:10px;
}

.contentslide .contentdiv{
display: none; text-align:left;
}

.pagination{
width: 160px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/ font-size:10px; float:right;
text-align: right;
padding: 0 0 0px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/

}

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #2e6ab1; font-size:10px;
}

.pagination a:hover, .pagination a.selected{
color: #000; background-color: #fff;
}