/* @group Slideshow */

#slideshow {
	position: absolute;
	top: 137px;
	left: 73px;
	width: 320px;
	height: 480px;
	background: black;
}

#slideshow img {
	width:320px;
	height: 480px;
	position: absolute;
	top: 0px;
	left: 0;
}

.hiddenImage {
	display: none;
}

#nextControl {
	position: absolute;
	right: -64px;
	top:  190px;
	width: 64px;
	height: 64px;
	margin: 0;
	background-color: transparent;
	background-image: url(next.png);
	text-indent: -10000px;
}

#nextControl:hover {
	background-image: url(nexthover.png);

}

#prevControl {
	position: absolute;
	left: -64px;
	top:  190px;
	width: 64px;
	height: 64px;
	margin: 0;
	background-color: transparent;
	background-image: url(prev.png);
	text-indent: -10000px;
}

#prevControl:hover {
	background-image: url(prevhover.png);

}


/* @end */