@charset "utf-8";

/*
* Title                   : Thumbnail Gallery (WP NextGEN Gallery Template)
* Version                 : 1.6
* File                    : jquery.dop.NextGENThumbnailGallery.css
* File Version            : 1.3
* Created / Last Modified : 30 March 2013
* Author                  : Dot on Paper
* Copyright               : © 2012 Dot on Paper
* Website                 : http://www.dotonpaper.net
* Description             : Thumbnail Gallery Style Sheet.
*/

/* Container */
.DOP_NextGENThumbnailGallery_Container{
    direction: ltr;
    display: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.DOP_NextGENThumbnailGallery_Container img,
.DOP_NextGENThumbnailGallery_LightboxWrapper img{
    background: none !important;
    border: none !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
}

.DOP_NextGENThumbnailGallery_Clear{
    clear: both;
}

/* Background */
.DOP_NextGENThumbnailGallery_Background{
    background-color: #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
}

/* Thumbnails */
.DOP_NextGENThumbnailGallery_ThumbnailsContainer{
    background: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 300;
}

.DOP_NextGENThumbnailGallery_ThumbnailsBg{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
}

.DOP_NextGENThumbnailGallery_ThumbnailsWrapper{
    background: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 200;
}

.DOP_NextGENThumbnailGallery_Thumbnails{
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.DOP_NextGENThumbnailGallery_ThumbContainer{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
}

.DOP_NextGENThumbnailGallery_Thumb{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: static;
}

.DOP_NextGENThumbnailGallery_ThumbLoader{
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* Thumbnails Navigation */
.DOP_NextGENThumbnailGallery_ThumbnailsNavigationLeft{
    cursor: pointer;
    display: none;
    line-height: 1em !important;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 500;
}

.DOP_NextGENThumbnailGallery_ThumbnailsNavigationLeft .hover{    
    display: none;
}

.DOP_NextGENThumbnailGallery_ThumbnailsNavigationRight{
    cursor: pointer;
    display: none;
    line-height: 1em !important;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 600;
}

.DOP_NextGENThumbnailGallery_ThumbnailsNavigationRight .hover{    
    display: none;
}

/* Image */
.DOP_NextGENThumbnailGallery_ImageWrapper{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 200;
}

.DOP_NextGENThumbnailGallery_ImageBg{
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 100px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    width: 100px;
}

.DOP_NextGENThumbnailGallery_Image{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.DOP_NextGENThumbnailGallery_Image img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.DOP_NextGENThumbnailGallery_ImageLoader{
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* Navigation */
.DOP_NextGENThumbnailGallery_NavigationButtons{
    height: 0px;
    position: absolute;
    z-index: 500;    
}

.DOP_NextGENThumbnailGallery_NavigationLeft{
    cursor: pointer;
    float: left;
    line-height: 1em !important;
    margin: 0 0 0 10px;
    padding: 0;
}

.DOP_NextGENThumbnailGallery_NavigationLeft .hover{    
    display: none;
}

.DOP_NextGENThumbnailGallery_NavigationRight{
    cursor: pointer;
    float: right;
    line-height: 1em !important;
    margin: 0 10px 0 0;
    padding: 0;
}

.DOP_NextGENThumbnailGallery_NavigationRight .hover{    
    display: none;
}

.DOP_NextGENThumbnailGallery_NavigationButtons.outside .DOP_NextGENThumbnailGallery_NavigationLeft,
.DOP_NextGENThumbnailGallery_NavigationButtons.outside .DOP_NextGENThumbnailGallery_NavigationRight{
    margin: 0;
}

.DOP_NextGENThumbnailGallery_NavigationExtraButtons{
    height: 0px;
    position: absolute;
    z-index: 600;    
}

.DOP_NextGENThumbnailGallery_NavigationLightbox{
    cursor: pointer;
    float: right;
    line-height: 1em !important;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    z-index: 600;
}

.DOP_NextGENThumbnailGallery_NavigationLightbox .hover{    
    display: none;
}

.DOP_NextGENThumbnailGallery_NavigationPlay{
    cursor: pointer;
    float: right;
    line-height: 1em !important;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    z-index: 600;
}

.DOP_NextGENThumbnailGallery_NavigationPlay .hover{    
    display: none;
}

.DOP_NextGENThumbnailGallery_NavigationPause{
    cursor: pointer;
    float: right;
    line-height: 1em !important;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    z-index: 600;
}

.DOP_NextGENThumbnailGallery_NavigationPause .hover{    
    display: none;
}

.DOP_NextGENThumbnailGallery_SocialShare{
    float: right;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    z-index: 700;    
}

.DOP_NextGENThumbnailGallery_NavigationExtraButtons.outside .DOP_NextGENThumbnailGallery_NavigationLightbox{
    margin: 0;    
}

/* Caption */
.DOP_NextGENThumbnailGallery_Caption{
    background: none;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.DOP_NextGENThumbnailGallery_CaptionBg{
    margin: 0;
    padding: 0;
    position: absolute;
}

.DOP_NextGENThumbnailGallery_CaptionTextWrapper{
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.DOP_NextGENThumbnailGallery_CaptionTitle{
    color: #ffffff;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

.DOP_NextGENThumbnailGallery_CaptionTextContainer{
    margin: 5px 0 0 0;
    overflow: hidden;
    position: relative;
}

.DOP_NextGENThumbnailGallery_CaptionText{
    color: #ffffff;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1em;
    position: relative;
}

/* Lightbox */
.DOP_NextGENThumbnailGallery_LightboxWrapper{
    direction: ltr;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 900000;
}

.DOP_NextGENThumbnailGallery_LightboxWindow{
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
}

.DOP_NextGENThumbnailGallery_LightboxLoader{
    display: none;
    position: fixed;
}

.DOP_NextGENThumbnailGallery_LightboxContainer{
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;    
}

.DOP_NextGENThumbnailGallery_LightboxBg{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
}

.DOP_NextGENThumbnailGallery_Lightbox{
    position: absolute;
}

.DOP_NextGENThumbnailGallery_Lightbox img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Lightbox Navigation*/
.DOP_NextGENThumbnailGallery_LightboxNavigation{
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

.DOP_NextGENThumbnailGallery_LightboxNavigation .hover{
    display: none;
}

.DOP_NextGENThumbnailGallery_LightboxNavigationButtons,
.DOP_NextGENThumbnailGallery_LightboxNavigationExtraButtons{
    height: 0px;
    position: absolute;
}

.DOP_NextGENThumbnailGallery_LightboxNavigation_PrevBtn{
    cursor: pointer;
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
}

.DOP_NextGENThumbnailGallery_LightboxNavigation_NextBtn{
    cursor: pointer;
    float: right;
    margin: 0;
    padding: 0 10px 0 0;
}

.DOP_NextGENThumbnailGallery_LightboxNavigation_CloseBtn{
    cursor: pointer;
    float: right;
    margin: 0 10px 0 0;
    padding: 0;
}

.DOP_NextGENThumbnailGallery_LightboxSocialShare{
    cursor: pointer;
    float: right;
    margin: 0 10px 0 0;
    padding: 0;
}

.DOP_NextGENThumbnailGallery_LightboxNavigation_Info{
    background: #000000;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 2em;
    margin: 0;
    padding: 0 10px 0 10px;
    position: absolute;
    text-align: center;
    width: 60px;
}

/* Tooltip */
.DOP_NextGENThumbnailGallery_Tooltip{
    background-color: #ffffff;
    border: 1px solid #000000;
    display: none;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
    padding: 0 5px 1px 5px;
    position: absolute;
    text-align: center;
    text-transform: none;
    z-index: 700;
}

.DOP_NextGENThumbnailGallery_Tooltip_ArrowBorder{
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    bottom: -10px;
    height: 0;
    position: absolute;
    width: 0;
}

.DOP_NextGENThumbnailGallery_Tooltip_Arrow{
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    bottom: -9px;
    height: 0;
    position: absolute;
    width: 0;
}
