/*
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
*/

.gallery-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 50px;
}

.ngg-galleryoveriew, .indiv-image-nav {
    position: absolute;
}

.indiv-image-nav {
    z-index: 10;
    width: 450px;
    bottom: 300px;
}

.ngg-galleryoverview .pic {
    float: left;
    width: 450px;
    height: auto;
    text-align: center;
    margin-top: 25px;
}

.ngg-galleryoverview .pic img {
    border: 1px solid #C7B7AB !important;
    vertical-align: middle;  
    max-width: 450px;
    max-height: 450px;
    width: auto !important;
}

.image-large {
    width: 450px;
    float: left;
}

.ngg-gallery-list {
    list-style-type: none;
    padding: 0px !important;
    text-indent: 0px !important;
    width: 400px;
    float: left;
    margin-left: 50px;
}

.ngg-gallery-list li.selected a {
    background: #C69875 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
    height: 100px;
    width: 100px;
    border: 1px solid #C7B7AB;
}

.ngg-gallery-list li a {
    border: none;
    display: block;
    padding: 5px 5px 0 5px;
    margin: 5px;
}

.ngg-galleryoverview .image-description {
    float: left;
}

.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev {
    border: none;
}

/* individual image navigation */

.indiv-image-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.indiv-image-nav li {
    display: inline;
}

.indiv-image-nav .previous-image-link {
    float: left;
    padding-left: 20px;
}

.indiv-image-nav .next-image-link {
    float: right;
    padding-right: 20px;
}