#imageContainer {
	position: relative;
	margin: 0px;
	width: 227px;
	height: 109px;
	border: 0px none #000000;
	background-image: url(/images/HomePage/RotatingQuotes/Background.jpg);
	background-color: transparent;
}

#imageContainer img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: transparent;
}


