﻿#bannerRotator
{
	width: 657px;
	height: 200px;
	position: relative;
}
#bannerRotator img
{
	width: 657px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

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