/* GALLERY LIST */

/* IMPORTANT - Change '#gallery' to the ID of your gallery list to prevent a flash of unstyled content */
#gallery, #store-gallery, #listings-gallery { visibility: hidden; }
#store-gallery {float:left; margin:0 20px 20px 0;}

/* GALLERY CONTAINER */
.gallery { background:#f4f4f4; border: 1px solid #ccc; padding: 10px;}

/* LOADING BOX */
.loader { background: #aaa url(../img/loader.gif) center center no-repeat; }

/* 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: 50px; padding:15px 20px; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #fff; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay h3 {font-size: 20px; margin:0 0 10px 0; }
.panel .panel-overlay {color: #000; font-size: 14px; }
.panel .panel-overlay a {text-decoration: underline;}

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin-top: 20px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid transparent; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border: 1px solid #ccc; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 12px; text-align: center; color: #999; }
.frame .caption:hover { color: #333; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #333;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}
