.gallery {
		margin: 14px 0px 14px 0px;
      background-color: #f3f3f7;
      padding: 14px;
	  height: 404px;
}
.gallery_caption {
	 /* width: 160px; */ 
	 padding: 6px; 
	 /* margin-left: 374px; */
	 height: 390px;
	 overflow: auto;
	 background-image:url(/site_wide_images/gallery_caption_bg.jpg);
	 background-repeat: repeat-x;
}
.gallery .title {
	font-weight: bold;
}
.gallery img {
	float: left;
	margin-right: 14px;
}

.thumbnails{
	margin: 0px 0px 0px 0px;
	padding: 0;
	overflow: auto;
	white-space: nowrap;
	width: 572px;
	height: 80px;

}

.thumbnails img{
	padding-right: 6px;
	border: 0;
}

.click_thumb{
	background-color: #cacad9;
	font-size: 0.9em;
	padding: 4px;
	margin-bottom: 6px;
}
