/* Banner Rotator on home page Relative*/

.bannerRotator {
	height:220px;
	width:660px;
	overflow:hidden;
	text-align: left;
	float:left;
	border: 1px solid #C7C7C7;
}


.bannerRotator a {
	width:660px;
	height:220px;
	position: relative;
	color:#FFFFFF;
	float:left;
	background-color:#000000;
	text-align:center;
	overflow:hidden;
	
}




.header_banner_rotator {
	margin-bottom:0px;
	height: 250px;
	width: 660px;
	margin: 0 auto;
}

img { border:none; outline:none }
a { border: none; outline:none; }
.clear { clear:both }

.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;}


.fright { float:right; }
.fleft { float:left }
.mt10 { margin-top:10px; }


/* 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*/
