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

/* GALLERY CONTAINER */
.gallery { background: #ddd; border: 1px solid #aaa; padding: 5px; margin:auto; }

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

/* GALLERY PANELS */
#gallery .panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
#gallery .panel .panel-overlay,
#gallery .panel .overlay-background { height: 60px; padding: 0 1em; }

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

/* PANEL OVERLAY CONTENT */
#gallery .panel .panel-overlay { color: white; font-size: 0.7em; }
.summary { display: block; width: 90%; line-height: 14px; font-size: 10px;}

#gallery .panel .panel-overlay a.newslink:link { background:none; color: #fff; text-decoration: underline; font-weight: bold; position:absolute; bottom : 0; right : 0; margin : 0 10px 4px 0; }
#gallery .panel .panel-overlay a.newslink:visited { color: white; text-decoration: underline; font-weight: bold; position:absolute; bottom : 0; right : 0; margin : 0 10px 4px 0; }
#gallery .panel .panel-overlay a.newslink:hover { background:none; color: yellow; text-decoration: underline; font-weight: bold; position:absolute; bottom : 0; right : 0; margin : 0 10px 4px 0; }
#gallery .panel .panel-overlay h3 { margin-top : 5px; margin-bottom : 0px; color:#ADDAFC; text-decoration:underline; font-weight: bold; font-size: 1.4em; padding-bottom: 0;}
/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
 .filmstrip { margin: 5px; }

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

/* WRAPPER FOR FILMSTRIP IMAGES */
 .frame .img_wrap { border: 1px solid #aaa; list-style:none outside none;}

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

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

/* FRAME CAPTION */
 .frame .caption { font-size: 11px; text-align: center; color: #888; }

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

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

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