﻿#banner_container
{
	width: 930px;
	height: 230px;
	position: relative;
	margin:auto;
	margin-bottom:10px;
	margin-top:80px;
}
#banner_container img
{
	width: 930px;
	height: 230px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	border:5px solid #FFF;
}

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