
#myGallery { display: none; }

.gv_galleryWrap {position: relative; background: #FFF;}

/* GALLERY DIV */
.gv_gallery { overflow: hidden; position: relative; background: #FFF;
}

/*************************************************/
/**   PANEL STYLES								**/
/*************************************************/

.gv_panelWrap { filter: inherit; position: absolute; overflow: hidden; }

.gv_panel-loading { background: url(img-loader.gif) 50% 50% no-repeat #aaa; }
.gv_frame-loading { background: url(img-loader.gif) 50% 50% no-repeat #aaa; }

/* GALLERY PANELS */
.gv_panel { filter: inherit; position: absolute; top: 0; left: 0; overflow: hidden; z-index: 100; }
.gv_panel img { position: absolute; }

.gv_overlay { position: absolute; background: #222; color: white; z-index: 200; }
.gv_showOverlay { 
	position: absolute; 
	width: 20px; 
	height: 20px; 
	background: url(themes/light/info.png) #222; 
	cursor: pointer;
	z-index: 200;
}





/*************************************************/
/**   FILMSTRIP STYLES							**/
/*************************************************/

.gv_filmstripWrap {height:175px; overflow: hidden; position: absolute; background: #000000;}


/* FILMSTRIP */
.gv_filmstrip {  position: absolute; top: 0; left: 0;  background: #000000;}

/* FILMSTRIP FRAMES (contains both images and captions) */
.gv_frame { 
background: #000;
	cursor: pointer;
	float: left;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
