#banner_container {
	width: 950px;
	height: 110px;
	position: relative;
}

#banner_container img {
	width: 950px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

img.show {
	display: none;
	z-index: 1 !important;	
}

