/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#slider { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery {}

/* LOADING BOX */
.loader { background: 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: 5.9em;padding:10px 0 0 10px;}

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay {color: white;}
.panel .panel-overlay h3 {font-size: 1.3em; margin-bottom: 10px;}
.panel .panel-overlay p {font-size: 1em;margin: 0 3px 3px 3px; width: 98%}
.panel .panel-overlay a {color:#62BDC0; text-decoration: none;}



/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}
