
/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#productGallery { visibility: hidden; }
#mediaGallery { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { padding: 0; margin-top: 0;}
#mediaGallery.gallery {background: #3e3e3e; padding: 3px; margin-top: 0;}

/* LOADING BOX */
.loader { background: url(../images/gallery/loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 30px; padding: 2px; }

#mediaGallery .panel .panel-overlay,
#mediaGallery .panel .overlay-background { height: 80px; padding: 10px; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }
#mediaGallery .panel .overlay-background { background: #f7f7f7; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.9em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }
#mediaGallery .panel-overlay { color: black; font-size: 0.9em; }
/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }
#mediaGallery .filmstrip { margin: 5px 5px 0 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame { }

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }
#mediaGallery .frame .caption { 
	font-size: 12px; 
	text-align: center; 
	color: #000; 
	
	background: #a0adb6;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	z-index: 1000;
	overflow: hidden;
	position: absolute;
	top: -5px;
	left: 0;
	line-height: 28px;	
}

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }
#mediaGallery .frame.current .caption { 
	background: #ffd424;
}

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #fff;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}

/* styles moved from js-file */
.loader
{
	position:absolute;
	z-index: 32666;
	opacity: 1;
	top: 0px;
	left: 0px;
}
