/*
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 {
    max-width: auto;
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
}


/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
}

.ngg-imagebrowser h3 {
    text-align: center;
}

.ngg-imagebrowser-desc {
    clear: both;
}

.ngg-imagebrowser .pic {
    border: medium none;
    margin-bottom: 10px;
    margin-top: 0;
    max-width: 78%;
}
.ngg-imagebrowser .pic a {
  display: block !important;
  font-size: 0px;
  margin: 5px;
  text-align: center;
}

.ngg-imagebrowser img {
	max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    margin-left: -7px;
}

.ngg-imagebrowser-nav {
    left: 216px;
    margin: 6px 0 0;
    padding: 5px;
    position: absolute;
}

.ngg-imagebrowser-nav .back {
    border: medium none;
    float: left;
    padding: 0 35px 0 0;
}
.ngg-imagebrowser-nav .back a {
    text-decoration: none;
	color: #fff !important;
}
.ngg-imagebrowser-nav .back a:hover {
    text-decoration: none;
	color: #000 !important;
}

.ngg-imagebrowser-nav .next {
    border: medium none;
    float: right;
    padding: 0;
}
.ngg-imagebrowser-nav .next a {
    text-decoration: none;
	color: #fff !important;
}
.ngg-imagebrowser-nav .next a:hover {
    text-decoration: none;
	color: #000 !important;
}

.ngg-imagebrowser-nav .counter {
    color: #000000;
    font-family: "PT Sans Narrow",arial,sans-serif;
    font-size: 15px !important;
    left: 23px;
    position: absolute;
    text-align: center;
}

.exif-data {
    margin-left: auto !important;
    margin-right: auto !important;
}
