@charset "utf-8";

/*
* Title                   : Thumbnail Gallery
* Version                 : 1.1
* File                    : jquery.dop.ThumbnailGallery.css
* File Version            : 1.0
* Created / Last Modified : 25 February 2011
* Author                  : Marius-Cristian Donea
* Copyright               : © 2011 Marius-Cristian Donea
* Website                 : http://www.mariuscristiandonea.com
* Description             : Stylesheet.
*/

/* Container */
.DOP_ThumbnailGallery_Container{
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: none;
}

/* Background */
.DOP_ThumbnailGallery_Background{
    background-color: #000000;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
}

/* Thumbnails */
.DOP_ThumbnailGallery_ThumbnailsContainer{
    background: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    z-index: 300;
}

.DOP_ThumbnailGallery_ThumbnailsBg{
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
}

.DOP_ThumbnailGallery_ThumbnailsWrapper{
    background: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    z-index: 200;
}

.DOP_ThumbnailGallery_Thumbnails{
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.DOP_ThumbnailGallery_ThumbContainer{
    border-style: solid;
    border-width: 0;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.DOP_ThumbnailGallery_Thumb{
    margin: 0;
    padding: 0;
    position: static;
    overflow: hidden;
}

.DOP_ThumbnailGallery_ThumbLoader{
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* Image */
.DOP_ThumbnailGallery_ImageWrapper{
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    z-index: 200;
}

.DOP_ThumbnailGallery_ImageBg{
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
}

.DOP_ThumbnailGallery_Image{
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.DOP_ThumbnailGallery_Image img{
}

.DOP_ThumbnailGallery_ImageLoader{
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* Navigation */
.DOP_ThumbnailGallery_NavigationLeft{
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 500;
    cursor: pointer;
    display: none;
}

.DOP_ThumbnailGallery_NavigationLeft .Icon{
    margin: 8px 0 0 5px;
    border-style: solid;
    border-width: 7px 10px 7px 4px;
    width: 0;
    height: 0;
}

.DOP_ThumbnailGallery_NavigationRight{
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 600;
    cursor: pointer;
    display: none;
}

.DOP_ThumbnailGallery_NavigationRight .Icon{
    margin: 8px 0 0 11px;
    border-style: solid;
    border-width: 7px 4px 7px 10px;
    width: 0;
    height: 0;
}

.DOP_ThumbnailGallery_NavigationLightbox{
	
    cursor: pointer;
    line-height: 1em !important;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 600;
}

.DOP_ThumbnailGallery_NavigationLightbox .hover{    
    display: none;
}

/* Caption */
.DOP_ThumbnailGallery_Caption{
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
}

.DOP_ThumbnailGallery_CaptionBg{
    margin: 0;
    padding: 0;
    position: absolute;
}

.DOP_ThumbnailGallery_CaptionTextWrapper{
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.DOP_ThumbnailGallery_CaptionTitle{
    position: relative;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
	padding-bottom:5px;
    font-weight: normal;
    color: #ffffff;
	text-transform:uppercase;
}

.DOP_ThumbnailGallery_CaptionTextContainer{
    position: relative;
    margin: 5px 0 0 0;
    overflow: hidden;
}

.DOP_ThumbnailGallery_CaptionText{
    position: relative;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #ffffff;
    line-height: 21px;
	margin-right:10px;
}

/* Tooltip */
.DOP_ThumbnailGallery_Tooltip{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color: #ffffff;
    border: 1px solid #000000;
    font-size: 10px;
    font-weight: normal;
    padding: 0 5px 1px 5px;
    text-align: center;
    text-transform: none;
    display: none;
    z-index: 700;
    position: absolute;
    display: none;
}

.DOP_ThumbnailGallery_Tooltip_ArrowBorder{
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -10px;
}

.DOP_ThumbnailGallery_Tooltip_Arrow{
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -9px;
}

/* Lightbox */
.DOP_ThumbnailGallery_LightboxWrapper{
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1000000000000;
}

.DOP_ThumbnailGallery_LightboxWindow{
    left: 0;
    position: absolute;
    top: 0;
}

.DOP_ThumbnailGallery_LightboxLoader{
    display: none;
    position: fixed;
}

.DOP_ThumbnailGallery_LightboxContainer{
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;    
}

.DOP_ThumbnailGallery_LightboxBg{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
}

.DOP_ThumbnailGallery_Lightbox{
    position: absolute;
}

.DOP_ThumbnailGallery_Lightbox img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Lightbox Navigation*/
.DOP_ThumbnailGallery_LightboxNavigation{
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

.DOP_ThumbnailGallery_LightboxNavigation .hover{
    display: none;
}

.DOP_ThumbnailGallery_LightboxNavigation_PrevBtn{
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
}

.DOP_ThumbnailGallery_LightboxNavigation_NextBtn{
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
}

.DOP_ThumbnailGallery_LightboxNavigation_CloseBtn{
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
}

.DOP_ThumbnailGallery_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;
}