
/* GALLERY LIST http://appleton.me/2009/08/gallery-view/ */
#gallery { visibility: hidden; margin:10px 0;}

/* don't change these values! */ 
#gallery li{list-style:none !important;margin:0;}


/* GALLERY CONTAINER */
.gallery { background: #000; border: 0px solid #aaa; padding: 0px;}
#homecolumn2 .gallery { background: none}

/* LOADING BOX */
.loader { background: url(../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: 30px; padding: 0 1em;   padding:2px 2px 2px 8px; }

#homecolumn2 .panel .panel-overlay,
#homecolumn2 .panel .overlay-background {height: 60px;}

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

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 13px; line-height:17px;}
.panel .panel-overlay a { color: white; text-decoration: underline; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px;}
#homecolumn2 .filmstrip { height:0; margin:0;}

#homecolumn2 .nav-prev,
#homecolumn2 .nav-next {display:none;}

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

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }
#homecolumn2 .frame .img_wrap { border: 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: 12px; 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);
}