/* Banner Rotator on home page Relative*/

.bannerRotator {
	width:360px;
	height:232px;
	overflow:hidden;
	text-align: left;
	float:left;
}


.bannerRotator a {
	width:360px;
	height:232px;
	position: relative;
	color:#FFFFFF;
	float:left;
}



/* Banner Rotator on home page Relative*/






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