#slideshow {
	display: block;
	background: #555;
	width: 900px;
	height: 260px;
	margin: 0 auto 3em auto;
	position: relative;
}

#slideshow .overlay {
	display: block;
	width: 900px;
	height: 260px;
	background: url( ../assets/main_gallery_frontpiece.png ) top left no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

#slideshow .pointer {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 80px;
	height: 80px;
	background: url( ../assets/pointer-hand.png ) center center no-repeat;
	right: -40px;
	bottom: -35px;
	z-index: 1001;
	opacity: 0.5;
}

#slideshow .pointer:hover {
	opacity: 1;
}

#slideshow img {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
