/* Hide all but first slideshow child div initially */
div.slideshow > div {
	display: none;
}
div.slideshow > div:first-child {
	display: block;
}
