/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Photocrati Media
Version: 2.12

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/

.ngg-imagebrowser .pic {
	margin: 0;
	border: 0;	
}

.ngg-imagebrowser .pic a {
 	margin: 0;	
}

.ngg-imagebrowser h3 {
	display: none;	
}

.ngg-imagebrowser-nav {
	height: 0;	
}

.ngg-imagebrowser-nav .counter {
	position: relative;
	top: -2em;	
}

.ngg-imagebrowser-nav .back {
	background: url(images/prev-arrow.png) no-repeat;
	position: absolute;
	top: 45%;
	left: 1em;
	bottom: auto;
	right: auto;
	display: block;	
	margin: 0;
	padding: 0;
	border: 0;
}

.ngg-imagebrowser-nav .next {
	background: url(images/next-arrow.png) no-repeat;
	position: absolute;
	top: 45%;
	right: 1em;
	bottom: auto;
	left: auto;
	display: block;	
	margin: 0;
	padding: 0;
	border: 0;
}

.ngg-imagebrowser-nav .back a, .ngg-imagebrowser-nav .next a {
	display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
	color: transparent;
}

.ngg-imagebrowser-nav .back:hover, .ngg-imagebrowser-nav .next:hover {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: .8;
}

.galleria-image img {
	top: 0 !important;	
}