/*

CSS Name: Default Styles

Description: NextGEN Default Gallery Stylesheet

Author: Alex Rabe

Version: 1.50



This is a template stylesheet that can be used with NextGEN Gallery. I tested the

styles with a default theme Kubrick. Modify it when your theme struggle with it,

it's only a template design



*/



/* ----------- Image browser style -------------*/



.ngg-imagebrowser {

	width:278px;

	text-align:center;
	
	margin-bottom: 20px;
	
	margin-left: 10px;
	
	margin-right: 5px;

}

.ngg-imagebrowser .zoom {
	
	postition: absolute;
	
	top :-80px;
	
	left: 160px;
	
}

.ngg-imagebrowser h3 {

font-size: 0em;

color: #dcebb1;

}



.ngg-imagebrowser img {

	text-align:center;

	border:0px solid #A9A9A9;

	margin-top: 0px; 

	margin-bottom: 10px; 

max-height: 220px;

	display:block !important;

}



.ngg-imagebrowser-nav {

	width: 281px;
	font-size: 0.7em;

}



.ngg-imagebrowser-nav .back {

	float:left;

	border:1px solid #DDDDDD;

	margin-right:3px;

	padding:3px 7px;

}



.ngg-imagebrowser-nav .next {

	float:right;

	border:1px solid #DDDDDD;

	margin-right:3px;

	padding:3px 7px;

}



.ngg-imagebrowser-nav .counter {

	text-align:center;

	font-size:0.9em !important;

}



.exif-data {

  	margin-left: auto !important;

    margin-right: auto !important;	

}





