/* Start of CMSMS style sheet 'galleryview' */
/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { }

/* LOADING BOX */
.loader { background: url(/images/galleryview-2.0/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 { }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background
{

}


/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { font-size:18px; padding:0 38px; font-weight:normal;}
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

.panel .dark-top { background: url(/images/home/home-dk-bg.png) repeat-y; color:#999; left:0; top:34px; position:absolute; width:624px; z-index:999; padding:14px 0;}
.panel .dark-bottom { background: url(/images/home/home-dk-bg.png) repeat-y; color:#999; left:0; bottom:34px; position:absolute; width:624px; z-index:999; padding:14px 0;}
.panel .dark-middle { background: url(/images/home/home-dk-bg.png) repeat-y; color:#999; left:0; top:152px; position:absolute; width:624px; z-index:999; padding:14px 0;}

.panel .light-top { background: url(/images/home/home-lt-bg.png) repeat-y; color:#666; left:0; top:34px; position:absolute; width:624px; z-index:999; padding:14px 0;}
.panel .light-bottom { background: url(/images/home/home-lt-bg.png) repeat-y; color:#666; left:0; bottom:34px; position:absolute; width:624px; z-index:999; padding:14px 0;}
.panel .light-middle { background: url(/images/home/home-lt-bg.png) repeat-y; color:#666; left:0; top:152px; position:absolute; width:624px; z-index:999; padding:14px 0;}

.panel .dark-top h3, .panel .dark-middle h3, .panel .dark-bottom h3 {color:#ccc; font-size: 24px; padding:0; margin:0 65px 0 34px; font-weight:normal;}
.panel .dark-top .top, .panel .dark-middle .top, .panel .dark-bottom .top {position: absolute; width:624px; height:3px; top:-4px; background: url(/images/home/home-dk-bg.png) repeat-y;}
.panel .dark-top .bot, .panel .dark-middle .bot, .panel .dark-bottom .bot {position: absolute; width:624px; height:3px; bottom:-4px; background: url(/images/home/home-dk-bg.png) repeat-y;}

.panel .light-top h3, .panel .light-middle h3, .panel .light-bottom h3 {color:#333; font-size: 24px; padding:0; margin:0 65px 0 34px; font-weight:normal;}
.panel .light-top .top, .panel .light-middle .top, .panel .light-bottom .top {position: absolute; width:624px; height:3px; top:-4px; background: url(/images/home/home-lt-bg.png) repeat-y;}
.panel .light-top .bot, .panel .light-middle .bot, .panel .light-bottom .bot {position: absolute; width:624px; height:3px; bottom:-4px; background: url(/images/home/home-lt-bg.png) repeat-y;}

.panel .light-top p, .panel .light-middle p, .panel .light-bottom p, .panel .dark-top p, .panel .dark-middle p, .panel .dark-bottom p {padding:0; margin:0 65px 0 34px;}



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

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

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

