body {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	height: 100%;
	margin: 0;
}
.hh-slideshow-home-link {
	height: 42px;
	position: fixed;
	z-index: 2;
	top: 0;
	width: 42px;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/static/gfx/close.png);
	background-size: 15px;
}
.hh-slideshow-previous-link,
.hh-slideshow-next-link {
	min-height: 300px;
	width: 50%;
	display: block;
	position: fixed;
	width: 50%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: 15px;
}
.hh-slideshow-previous-link {
	left: 0;
	right: 50%;
	background-position: left 10px center;
	background-image: url(/static/gfx/arrow-left.png);
}
.hh-slideshow-next-link {
	left: 50%;
	right: 0;
	background-position: right 10px center;
	background-image: url(/static/gfx/arrow-right.png);
}
