
#content #photos {
	visibility: hidden;
	margin-top: 40px;
}

#content .photos { border: 1px solid #ccc; }

#content #photos li { list-style: none; }

/* GALLERY CONTAINER */
#content #photos .gallery {
	background: #fff;
	padding: 10px;
}

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

/* GALLERY PANELS */
#content #photos .panel { }

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

/* PANEL OVERLAY BACKGROUND */
#content #photos .panel .overlay-background { background-color:#eee; }

/* PANEL OVERLAY CONTENT */
#content #photos .panel .panel-overlay {
	font-size: 1em;
	padding-right: 10px;
	border-bottom: 1px solid #ccc;
}

#content #photos .panel .panel-overlay p {
	margin-bottom: 0px;
	padding: 5px 0px 0px 10px;
	height: 25px;
	font-weight: bold;
	float: right;
	border-left: 1px solid #CCC;
}

#content #photos .panel .panel-overlay h3 {
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
}

#content #photos .panel .panel-overlay a { text-decoration: underline; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
#content #photos .filmstrip {
	margin: 20px;
	height: 140px;
}

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

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap {
	height: 140px;
	width: 100px;
}

#content .strip_wrapper {
	height: 140px !important;
	/*width: 435px !important;*/
}

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap {
	border-color: #000;
	border: 2px solid #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); }
