/* Navigation Arrows */
#slideshowbg .arrow {
	top: 50%;
	position: absolute;
	display: block;
}

#slideshowbg .arrow a {
	display: none;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	background: url(../images/arrows.png) no-repeat;
}

/* back arrow */
#slideshowbg .back { left: 50px; }
#slideshowbg .back a { background-position: left bottom; }
#slideshowbg .back a:hover,
#slideshowbg .back a.hover { background-position: left top; }
/* forward arrow */
#slideshowbg .forward { right: 50px; }
#slideshowbg .forward a { background-position: right bottom; }
#slideshowbg .forward a:hover,
#slideshowbg .forward a.hover { background-position: right top; }
