﻿#banner_container
{
	width: 100%;
	height: 230px;
	position: relative;
	border:2px solid #75593A;
}
#banner_container img
{
	width: 100%;
	height: 230px;
	position: absolute;
	left: 0;
	top:0;
	z-index: 0;
}

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

