/*
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 {
	
}

.ngg-imagebrowser img {
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
}

.ngg-imagebrowser-nav1 .back {
	float:left;
}

.ngg-imagebrowser-nav1 .next {
	float:right;
}

.ngg-imagebrowser-nav1 .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

