/* Multigallery Stylesheet */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { }

/* LOADING BOX */
.loader { background: url(opc-ajax-loader.gif)/*tpa=http://www.pegelettrotecnica.it/skin/frontend/default/default/images/opc-ajax-loader.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 { height: 60px; padding: 0 1em; }
.panel .panel-overlay-title { font-weight:bold; width:80%; float:left;}
.panel .panel-overlay-detail { width:20%; float:left; text-align:right; }
.panel .panel-overlay-detail a { text-decoration:none; }
.panel .panel-overlay-detail a:hover { text-decoration:underline; }
.panel .panel-overlay-description { clear:both; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background:#f0f0eb; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color:#000; font-size:11px; }
.panel .panel-overlay a { color:#000; text-decoration:underline; font-weight:bold; }

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

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color:#f00; }

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

/* POINTER FOR CURRENT FRAME */
.pointer { border-color: #f00; }

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