﻿#banner_container
{
	width: 690px;
	height: 90px;
	position: relative;
}
#banner_container img
{
	width: 690px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

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