/*

    GalleryView Stylesheet
    
    Use the CSS rules below to modify the look of your gallery.
     
    To create additional rules, use the markup below as a guide to GalleryView's architecture.
*/

/* GALLERY LIST */
/* IMPORTANT - Change '#myGallery' to the ID of your gallery list to prevent a flash of unstyled content */
#myGallery { display: none !important;  }

.gv_galleryWrap { position: relative !important; background: #222 !important; font-size: 10pt !important;-moz-box-sizing:content-box !important;box-sizing:content-box !important;-webkit-box-sizing:content-box !important;}

/* GALLERY DIV */
.gv_gallery { overflow: hidden !important; position: relative !important;}

.gv_imageStore { visibility: hidden !important; position: absolute !important; top: -10000px; left: -10000px !important; }


/*************************************************/
/**   PANEL STYLES                                **/
/*************************************************/

.gv_panelWrap { filter: inherit !important; position: absolute !important; overflow: hidden !important; }

.gv_panel-loading { background: url(img-loader.gif) 50% 50% no-repeat #aaa !important; }
.gv_frame-loading { background: url(img-loader.gif) 50% 50% no-repeat #aaa !important; }

/* GALLERY PANELS */
.gv_panel { filter: inherit ; position: absolute ;  top: 0 ; left: 0 ; overflow: hidden ; z-index: 100 ; }
.gv_panel img { position: absolute !important; }

.gv_overlay { position: absolute !important; background: