/* Photo Gallery */

.galleryElement { overflow: visible !important; }
.galleryElement_gallery { position: relative; }
.galleryElement_gallery.formatted { box-shadow: none; padding: 10px; }
.galleryElement_gallery .controls { display: none !important; }
.galleryElement_gallery .prev_btn, .galleryElement_gallery .next_btn {
	background: transparent url(../i/galleryArrows.png) left center no-repeat !important; display: block; height: 80px; width: 44px; margin-top: -40px; position: absolute; top: 50%; z-index: 200;
	-webkit-transition: .2s all ease-in-out;
		 -moz-transition: .2s all ease-in-out;
			-ms-transition: .2s all ease-in-out;
			 -o-transition: .2s all ease-in-out;
					transition: .2s all ease-in-out;
}
.galleryElement_gallery .prev_btn { left: 10px; }
.galleryElement_gallery .next_btn { background-position: right center !important; right: 10px; }
.galleryElement_gallery .prev_btn:hover { background-position: center center; left: 5px; }
.galleryElement_gallery .next_btn:hover { background-position: center center; right: 5px; }
.galleryElement_gallery .image_title { display: none !important; }