/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#gallery { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { /*background: #d5d7ec;background: #ddd;*/ border: 1px dashed #aaa; padding: 5px; margin:auto; top:15px; margin-bottom:10px; }

/* LOADING BOX */
.loader { background: url(../images/loader.gif) center center no-repeat white; }

/* GALLERY PANELS - Titres */
#gallery .panel {margin-top:10px; color:#666; font-weight:bold; font-size:13px}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
#gallery .panel .panel-overlay,
#gallery .panel .overlay-background { height: 120px; padding: 0 1em; top:30px; }

/* PANEL OVERLAY BACKGROUND */
#gallery .panel .overlay-background { background:none; }

/* PANEL OVERLAY CONTENT */
#gallery .panel .panel-overlay { color:#000; font-size: 0.7em; }
.summary { display: block; width: 90%; line-height: 14px; font-size: 11px; padding-top:10px;}

#gallery .panel .panel-overlay a.newslink:link { background:none; color: #000; text-decoration:none; font-weight: bold; position:absolute; bottom : 0; right : 0; margin : 0 10px 10px 0; }
#gallery .panel .panel-overlay a.newslink:visited { color: white; text-decoration:none; font-weight: bold; position:absolute; bottom : 0; right : 0; margin : 0 10px 10px 0; }
#gallery .panel .panel-overlay a.newslink:hover { background:none; color: orange; text-decoration: none; font-weight: bold; position:absolute; bottom : 0; right : 0; margin : 0 10px 10px 0; }
#gallery .panel .panel-overlay h3 { display:none;/* margin-top : 5px; margin-bottom : 0px; color:#ADDAFC; text-decoration:none; font-weight: bold; font-size: 12px; padding-bottom: 5px;*/}
/* 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 #aaa;*/ list-style:none outside none; background-color:#fff;}

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
 .frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
 .frame img { border: none; }

/* FRAME CAPTION */
 .frame .caption { font-size: 11px; text-align: center; color: #fff; }

/* CURRENT FRAME CAPTION */
 .frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
 .pointer {
	border-color: #fff; top:18px;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}