/* CSS Document */
#imageContainer { float:left;
	height:297px;
	position:relative;
	margin:0;
	width:625px; z-index:-500;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0; z-index:-500;
}

#slideshow  {
	width:625px; z-index:-500;
	/*background:url(../images/slideshow/ss0.jpg) no-repeat*/
}