/* Banner Rotator on home page Relative*/

a { 
	margin:0; 	
	padding:0; 
	border:none;
	cursor:pointer;
}


img { 
	margin:0; 	
	padding:0; 
	border:none
}


.bannerRotator {
	width:668px;
	height:341px;
	overflow:hidden;
	position:relative;
	float:left;
}


.bannerRotator a {
	width:668px; height:341px; position: absolute;  color:#FFFFFF;
}




.header_banner_rotator {
	
}




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

