/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
body #contentcenter {
	background-color: #FFFFFF !important;
}

#slideshow { 
	width: 614px;
	height: 290px;
	border: none !important; 
	padding-bottom: 5px;
	background: none !important;
}

body #contentcenter #slideshow .panel img {
	width: 614px;
	height: 290px;
	border: none !important; 
}

#contentcenter #slideshow .panel {
	border: none !important; 
}

body #contentcenter #slideshow img {
	border: none !important;
}

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

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

/* 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 OVERLAY CONTENT */
.panel .panel-overlay a { color: black; text-decoration: underline; font-weight: bold; }

.panel .panel-overlay h2 { color: #30544d !important;  padding: 0px; margin: 5px 0px -4px 0px;
}
.panel .panel-overlay p { padding: 0px; color: #30544d !important; margin: 5px 0px 5px 0px; font-size: 0.8em!important; }

.panel .panel-overlay {
	margin-top: -52px;
	display: block;
	height: 52px;
	position: relative;
	left: 1px;
	width: 592px;
	padding: 1px 10px 0px 10px;
	z-index: 999;
	background-color: #c1e8e0;
}

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

/* 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: #FFF;
}

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

/* following styles will be overwritten when js is enabled */
#slideshow {
	visibility: visible;
}

#slideshow div.panel {
	 display: none; 
}

#contentcenter #slideshow div.first {
	display: block;
}

