@media screen {
	
	#slideshow {
		position: relative;
	}
	
	#slideshow > div {
		position: absolute;
	}
	
}