.jjSlideshowNextButton, .jjSlideshowPreviousButton {
	position: absolute;
	display: block;
	width: 30%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
	text-decoration: none;
}

.jjSlideshowNextButton {
	left: 70%;
}

.jjSlideshowNextButton:hover {
	background: black url('images/next_image.png') center center no-repeat;
}

.jjSlideshowPreviousButton:hover {
	background: black url('images/prev_image.png') center center no-repeat;
}