#banner_container
{
	width: 285px;
	height: 285px;
	position: relative;
	float:right;
	margin-right:20px;
}
#banner_container img
{
	width: 285px;
	height: 285px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	border:none;
}

img.show
{
	display: none;
	z-index: 1 !important;
}