/*
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 {
	
margin: -50px -50px 0 0; 
	padding:0 0 0 0;}

.ngg-imagebrowser h3 {
	text-align:left;
color: #fff;}

.ngg-imagebrowser img {
	border:0px solid #A9A9A9;
	margin-top: 0px; 
	margin-bottom: 0px; 
	width: 100%;
	display:block !important;
	padding:0px;
}

.ngg-imagebrowser-nav {
	padding:0px;
	margin-left:0px;
	font-weight:bold;
letter-spacing:1px;
text-transform:uppercase; 
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:0px solid #DDDDDD;
	margin-right:0px;
	padding:0px 0px;
font-size:8px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:0px solid #DDDDDD;
	margin-right:0px;
	padding:0px 0px;
font-size:8px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:8px !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:0px;
}

.ngg-left {
	float: left;
	margin-right:0px;
}

.ngg-right {
	float: right;
	margin-left:0px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}



