/* Banner Rotator on home page Relative*/

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


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


.bannerRotator2 {
	width:238px;
	height:137px;
	border: 1px solid #212121;
	overflow:hidden;
	position:relative;
	margin-bottom:5px;
}



.bannerRotator2 a {
	width:238px; height:137px; position: absolute;  color:#FFFFFF;
	
}

.bannerRotator2 img {
	
}


.header_banner_rotator2 {
	margin-bottom:2px;
}




/* 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*/
body { margin:0 !important; padding:0 !important; font-family:Arial, Helvetica, sans-serif !important  }