.bannerContainer img {
	position: absolute;
	display: none;	
	width: 100%;
	z-index: -1000;
	
}

.bannerContainer {
	position: relative;
	width: 100%;
	height:100%;
	
}

img.visibleBannerElement {
	display:inline;	
	
}


