#gallery {}

/* GALLERY CONTAINER */
.gallery {background: #fff; border: 10px solid #fff; padding: 0px; margin:0px;}
.panel-overlay div {margin:10px; margin-top:20px;}
.panel-overlay h2 {color:#7cbbf0; visibility:visible;}
.panel-overlay h2, .panel-overlay p {margin:5px;}

/* LOADING BOX */
.loader { background: url(../assets/loader.gif) center center no-repeat #fff; }

/* 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: 78px; padding: 0px;}

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background {background: #222;}

/* PANEL OVERLAY CONTENT */

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip {margin:0px; padding:0px;}

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {margin:0px; padding:0px;}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap {border: 0px solid #fff;}

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap {}

/* FRAME IMAGES */
.frame img {}

/* FRAME CAPTION */
.frame .caption {}

/* CURRENT FRAME CAPTION */
.frame.current .caption {color: #000;}

/* 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);
}
