/* 
--------------------------
GENERAL GALLERY STYLES
--------------------------
*/
.gallery-arrow {
	cursor: pointer;
	height: 71px;
	position: absolute;
	width: 35px;
	z-index: 999;
}

#gallery-media .gallery-arrow {
	top: 35px;
}

.gallery-arrow.prev:focus,.gallery-arrow.prev:hover,.gallery-arrow.next:focus,.gallery-arrow.next:hover {
	background-position: 0 -71px;
}

.gallery-arrow.prev:active,.gallery-arrow.next:active {
	margin-top: 1px;
}
