/* CSS Document */
#photoContainer {
	position: relative;
	height: 447px;
	overflow: hidden;
}
#photoContainer .Photo {
	position: absolute;
	top: 0px;
	display: none;
}
#photoContainer #Photo1,
#photoContainer #slideshowSlide1 {
	display: block;
}
