/* Banner Rotator on home page Relative*/

.bannerRotator {
	height: 165px;
	width: 510px;
	float: right;
}


.bannerRotator a {
	height: 165px;
	width: 510px;
	position: relative;
	float:left;
	text-align:center;
}




.header_banner_rotator {
	height: 165px;
	width: 510px;
	float: right;
	margin-top: 11px;
	margin-right: 8px;
}




/* Additional IE specific bug fixes... */
* html .bannerRotator  { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: none;
}
*:first-child+html .bannerRotator   { /* @ 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*/
