/* GALLERY LIST */
/* IMPORTANT - Change '#gallery-categories' to the ID of your gallery list to prevent a flash of unstyled content */
#gallery-categories { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { }

/* LOADING BOX */
.loader { background: url('/gallery/images/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: 20px; padding: 0; }

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

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: #FFFFFF; line-height: normal; }
.panel .panel-overlay a { color: #FFFFFF; text-decoration: underline; font-weight: bold; }
.panel .panel-overlay h2 { color: #FFFFFF; padding: 5px 0 0 0; margin: 0; font-size: 1.8em; }
.panel .panel-overlay p { color: #FFFFFF; padding: 0; margin: 0; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 0; line-height: normal; }
.filmstrip span { display: block; text-align: center; color: #035C42; }

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

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

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

/* FRAME CAPTION */
.frame .caption { }

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

/* POINTER FOR CURRENT FRAME */
.pointer { border: none; }
#pointer img { margin-left: 2px; }

.nav-prev { margin-top: -15px; }
.nav-next { margin-top: -15px; }

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