#banners {
	position: relative;
	height: 245px;	
	width: 900px;
	clear: both;
	margin: 5px auto;
	text-align: left;
	z-index: 1;
}

#imageContainer {
	height:372px;
	position:absolute;
	top:0; left:0;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#loading img{
		
}

#border {
	position: absolute;
	left: 0px;
	top: 0px
}

