div.cms_gallery {
	margin:20px 10px 10px 15px;
	width:550px;
}
    
iframe.gallery_nojs_iframe {
	width:549px;
	height:416px;
}

iframe.gallery_nojs_iframe, div.gallery div.panel-content {
	border:1px solid black;
	background-color:white;
	margin:8px;
}

ul.gallery_nojs_thumbs {
	height:73px;
	overflow:hidden;
	overflow-x:scroll;
	list-style-type:none;
	white-space:nowrap;
	padding:0;
	margin:0 8px;
	width:100%;
}

ul.gallery_nojs_thumbs li {
  display:inline;
  padding-left:4px;
}

ul.gallery_nojs_thumbs li:first-child {
  padding-left:0;
}

ul.gallery_nojs_thumbs li img {
	border:1px solid black;
}





/* GALLERY LIST */
ul.galleryview_list { visibility: hidden; }

.gallery {
	margin:0;
	width:566px ! important;
}

div.gallery div.strip_wrapper {
  left:40px ! important;
}

/* LOADING BOX */
.loader { background: url(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: 45px; padding: 0 1em; 
}

.panel h2 {
  color:white;
  font-weight:normal;
  font-size:12px;
}

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

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 15px; }

/* 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 {
	color:transparent;
}

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

