

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

/* GALLERY CONTAINER */
.gallery { background: #464646 url(/images/jquery/bg_big_panel.jpg) repeat-x; border: 4px solid #333; height: 400px; padding: 0px; }

/* LOADING BOX */
.loader { background: url(/images/jquery/loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

.panel img {
	top: 0 !important;
}

/* 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: 65px; padding: 0px; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #000000; border-top: 1px solid #efefef;}

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: #d7d401; font-size: 11px; }
.panel .panel-overlay a { color: #d7d401; text-decoration: none; font-weight: bold; }
.panel .panel-overlay h2{ padding: 0 6px; margin: 3px 0 0 0; font-size: 18px; font-weight:bold; max-width: 580px !important; overflow: hidden !important; white-space: nowrap !important;}
.panel .panel-overlay .panel-summary { color: #eeeeee; padding: 0 6px 0 6px; margin: 2px 0 0 0; font-size: 11px; width:100%;}
.panel .panel-overlay .panel-more-link  { padding: 0 8px; margin: 15px 0 0 0; font-size: 11px; float:right; width:80px; text-align: right;}
/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 10px;}

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #ddd; }

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

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

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

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