/*
CSS Name: Tish - Custom NGG
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

*/
/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
}

.ngg-gallery-thumbnail-box {
}

.ngg-gallery-thumbnail {
float: left;
}

.ngg-gallery-thumbnail img {
	filter: alpha(opacity=100);
	-moz-opacity: .99;
	opacity: .99;
	background:#FFFFFF none repeat scroll 0%;
	border-color:#AAAAAA rgb(204, 204, 204) rgb(221, 221, 221) rgb(187, 187, 187);
	border-style:solid;
	border-width:1px;
	color:inherit;
	vertical-align:top;
	display:block;
	margin:6px 0px 6px 10px;
	padding:5px;
	position:relative;
}


.ngg-gallery-thumbnail img:hover {
	filter: alpha(opacity=90);
	-moz-opacity: .9;
    opacity: .9;
	border-color:#000000;
} 

.ngg-gallery-thumbnail span {

    margin-right: -25px;

}

.ngg-clear {
	clear: both;
}


/* ----------- Image browser style -------------*/

.ngg-imagebrowser {


	
}

.ngg-imagebrowser h3 {
	text-align:center;
	padding-bottom:10px;
font-size: 12pt;
letter-spacing: 0px;
}

.ngg-imagebrowser img {
	background:#FFFFFF;
	border-color:#AAAAAA rgb(204, 204, 204) rgb(221, 221, 221) rgb(187, 187, 187);
	border-style:solid;
	border-width:1px;
	color:inherit;
	padding:2px;
	vertical-align:top;
margin-left: auto !important;
margin-right: auto !important;

    display: block;


}

.ngg-imagebrowser-nav {
	padding:10px;
	margin-left:10px;
	
}

.ngg-imagebrowser-nav .back {
	float:left;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .back:hover,
.ngg-imagebrowser-nav .next:hover {
}

.ngg-imagebrowser-nav .back a:hover,
.ngg-imagebrowser-nav .next a:hover {
	text-decoration: none !important;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}
