
/*
 * Oog Photo-Gallery v3.2
 * http://www.oog-gallery.de/ 
 * Copyright (C) 2011 Torben Rottbrand
 * 
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */

#oog_lightbox_main *
{
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
/*    display : inline; */
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
/*    visibility : visible; */
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
}


#oog_lightbox_overlay {
  opacity: 0.4;
  z-index: 20000000000;
  background: #000;
  /* visibility will define the script */
  /* width will define the script */
  /* height will define the script */
  /* top will define the script */
  /* left will define the script */
  /* position will define the script */
}

#oog_lightbox_filedescription {
  text-align: left;
  color: #888;
  font-size: 10px;
  padding-top: 4px;
  margin-left: 14px;
  margin-right: 14px;
  padding-bottom: 4px;
  margin-bottom: 5px;
  font-family: Verdana
  /* width will define the script */ 
}

#oog_lightbox_loading {
  background: transparent url(imgdata/loading.gif) top center no-repeat;
  text-align: center;
  position: fixed;
  z-index: 50000000000;
  visibility: hidden;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 300px;
  margin-left: -150px;
  margin-top: -40px;
  color: #FFFFFF;
  font: bold 14px sans-serif;
  cursor: pointer;
}
#oog_lightbox_loading p {
  margin-top: 53px;
}

#oog_lightbox_main {
  position: fixed;
  z-index: 40000000000;
  visibility: hidden;
  width: 90%;
  height: 90%;
}

#oog_lightbox_main #oog_lightbox_photo_wrapper {
    text-align: center;
}

#oog_lightbox_main #oog_lightbox_extended_box_request {
  color: #888;
  text-align: left;
  font-size: 11px;
  font-family: Verdana
  overflow-y: auto;
  height: 140px;
  padding: 12px;
  padding-top: 0px;
}

#oog_lightbox_main #oog_lightbox_functions {
  position: fixed;
  z-index: 50000000000;
  left: 50%;
  bottom: 0;
  width: 700px;
  height: 25px;
  margin-left: -350px;
}

#oog_lightbox_main #oog_lightbox_functions_buttons {
  position: relative;
  bottom: 16px;
}

#oog_lightbox_main #oog_lightbox_previous_radius {
  position: absolute;
  cursor: pointer;
}

#oog_lightbox_main #oog_lightbox_next_radius {
  position: absolute;
  cursor: pointer;
}

#oog_lightbox_main #oog_lightbox_photo_border {
  padding-top: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oECQ8cNtVo81oAAAAIdEVYdENvbW1lbnQA9syWvwAAAA1JREFUCNdjePfjxyoACT8DiaFL+kUAAAAASUVORK5CYII=);
}

/*/////////////////////////////////// Buttons ///////////////////////////////////*/

#oog_lightbox_main #oog_lightbox_next_but {
  position: absolute;
  bottom: 10%;
  right: -10px;
  height: 54px;
  width: 54px;
  background: transparent url(imgdata/right.png) no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  z-index: 10000000000;
  border-width: 0px;
}
#oog_lightbox_main #oog_lightbox_next_but:hover {
  background-position: -54px 0px;
}

#oog_lightbox_main #oog_lightbox_previous_but {
  position: absolute;
  bottom: 10%;
  left: -11px;
  height: 54px;
  width: 54px;
  background: transparent url(imgdata/left.png) no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  z-index: 10000000000;
  border-width: 0px;
}
#oog_lightbox_main #oog_lightbox_previous_but:hover {
  background-position: -54px 0px;
}

#oog_lightbox_main #oog_lightbox_close_but {
  position: absolute;
  height: 48px;
  width: 48px;
  background: transparent url(imgdata/close.png) no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  z-index: 10000000000;
  border-width: 0px;
}
#oog_lightbox_main #oog_lightbox_close_but:hover {
  background-position: -48px 0px;
}

#oog_lightbox_main #oog_lightbox_save_but {
  height: 17px;
  width: 17px;
  margin: 5px;
  background: transparent url(imgdata/save.png) no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  border-width: 0px;
}
#oog_lightbox_main #oog_lightbox_save_but:hover {
  background-position: -17px 0px;
}

#oog_lightbox_main #oog_lightbox_exif_but {
  height: 17px;
  width: 17px;
  margin: 5px;
  background: transparent url(imgdata/infos.png) no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  border-width: 0px;
}
#oog_lightbox_main #oog_lightbox_exif_but:hover {
  background-position: -17px 0px;
}

#oog_lightbox_main #oog_lightbox_comments_but {
  height: 17px;
  width: 17px;
  margin: 5px;
  background: transparent url(imgdata/comments.png) no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  border-width: 0px;
}
#oog_lightbox_main #oog_lightbox_comments_but:hover {
  background-position: -17px 0px;
}

#oog_lightbox_main #oog_lightbox_slideshow_but {
  height: 17px;
  width: 17px;
  margin: 5px;
  background: transparent url(imgdata/slideshow.png) no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  border-width: 0px;
}
#oog_lightbox_main #oog_lightbox_slideshow_but:hover {
  background-position: -17px 0px;
}

/*/////////////////////////////////// Shadows ///////////////////////////////////*/

#oog_lightbox_main #oog_lightbox_shad_topleft {
  background: transparent url(imgdata/shad_topleft.png) no-repeat;
  height: 18px;
  width: 13px;
}

#oog_lightbox_main #oog_lightbox_shad_top {
  background: transparent url(imgdata/shad_top.png) repeat-x;
  height: 18px;
}

#oog_lightbox_main #oog_lightbox_shad_topright {
  background: transparent url(imgdata/shad_topright.png) no-repeat;
  height: 18px;
  width: 13px;  
}

#oog_lightbox_main #oog_lightbox_shad_left {
  background: transparent url(imgdata/shad_left.png) repeat-y;
  width: 13px;
}

#oog_lightbox_main #oog_lightbox_shad_right {
  background: transparent url(imgdata/shad_right.png) repeat-y;
  width: 13px;
}

#oog_lightbox_main #oog_lightbox_shad_bottomleft {
  background: transparent url(imgdata/shad_bottomleft.png) no-repeat;
  height: 18px;
  width: 13px;
}

#oog_lightbox_main #oog_lightbox_shad_bottom {
  background: transparent url(imgdata/shad_bottom.png) repeat-x;
  height: 18px;
}

#oog_lightbox_main #oog_lightbox_shad_bottomright {
  background: transparent url(imgdata/shad_bottomright.png) no-repeat;
  height: 18px;
  width: 13px;  
}


#oog_lightbox_main #oog_lightbox_extended_box_shad_topleft {
  background: transparent url(imgdata/shad_topleft.png) no-repeat;
  height: 18px;
  width: 13px;
}

#oog_lightbox_main #oog_lightbox_extended_box_shad_top {
  background: transparent url(imgdata/shad_top.png) repeat-x;
  height: 18px;
}

#oog_lightbox_main #oog_lightbox_extended_box_shad_topright {
  background: transparent url(imgdata/shad_topright.png) no-repeat;
  height: 18px;
  width: 13px;  
}

#oog_lightbox_main #oog_lightbox_extended_box_shad_left {
  background: transparent url(imgdata/shad_left.png) repeat-y;
  width: 13px;
}

#oog_lightbox_main #oog_lightbox_extended_box_shad_right {
  background: transparent url(imgdata/shad_right.png) repeat-y;
  width: 13px;
}