/* Banner Rotator on home page Relative*/

.bannerRotator {
	width:215px;
	height:100px;
	border: 1px solid #212121;
	overflow:hidden;
	position:relative;
}


.bannerRotator a {
	width:215px; height:100px; position: absolute;  color:#FFFFFF;
}




.header_banner_rotator {
	margin-bottom:14px;
}



.bannerRotator a.linkClass { background:url(../images/news-banners/read-more.gif) top left no-repeat; }
.bannerRotator a:hover {background-position:left bottom;}
.bannerRotator a.open {background-position:left bottom !important;}






/* Additional IE specific bug fixes... */
* html .bannerRotator a.linkFader { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: none;
}
*:first-child+html .bannerRotator a.linkFader   { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: none;
}



/* Banner Rotator on home page Relative*/
