
/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#work { visibility: hidden; }

/* GALLERY CONTAINER */
#gallery li { list-style-type:none;}
.gallery { background:transparent; width:700px; margin-left:10px;  list-style-type:none;}

/* LOADING BOX */
.loader { background: url(x.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 {  padding: 0 1em; background-color:#fff;}

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background {  height:12px; padding:4px; display:inline;  width:100px;}

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { font-size: 13px; font-weight:bold; text-align: center; color: #333;font-family:Arial, Helvetica, sans-serif; background-color:fff;  margin-bottom:10px; }
.panel .panel-overlay a { }

/* 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 #222; list-style-type:none;  margin:0 10px 0 0; padding:0;}

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #222; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 13px; text-align: center; color: #fff;font-family:Arial, Helvetica, sans-serif; background-color:transparent; padding:4px; font-weight:bold; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #222;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}
