@charset "utf-8";
body {
	font-family:arial
}
.clear {
	clear:both
}
#gallery {
	font-family:Arial, Helvetica, sans-serif !important;
	position:relative;
	float:left;
	height:250px;
	width:645px;
	clear: both;
}
#gallery h3 {
	font-weight: normal;
}
#gallery h4 {
	font-weight: bold;margin:0;
	padding:0;
}
#gallery a {
	float:left;
	position:absolute;
}
#gallery a img {
	border:none;
	cursor:default;
}
#gallery a.show {
	z-index:500;
}
#gallery .caption {
	z-index:600;
	font-size:12px;
	line-height:22px;
	color:#FFFFFF;
	/*height:55px;*/
	width:625px;
	*width:637px;/*180px*/
	float:right;
	position:absolute;
	/*padding:6px 0 12px 0px;
	*padding:6px 0 12px 0px;*/
	top: 196px;/*	left: 360px;*/
}
#gallery  .caption  .text {
	*width:637px;
	background-color: #a46b21;
	padding:12px 0 12px 8px;
	*padding:12px 0 12px 8px;
    margin:8px 0 0 0;

}
#gallery  .caption  .text  h3 {
	font-size:24px;
	margin:0;
	padding:0;
	color:#FFFFFF;
}
#gallery  .caption  .text  h4 {
	font-size:16px;
	margin:0;
	padding:0;
	color:#FFFFFF;
}
