
/****************************/
/* Image Fader CSS          */
/****************************/


#imageContainer {
	height:200px;
	width:300px;
}

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