@charset "UTF-8";
/* CSS Document */
#gallery {
	width:658px;
	min-height:400px;
}
#gallery_img_holder {
	width:658px;
	height:400px;
	overflow:hidden;
	border-bottom: #673114 solid 1px;
	text-align:center;
	background: #000000 url(../../_elements/images/ajax-loader.gif) center center no-repeat;

}
#gallery_img_holder img {
}
.caption {
	margin: 5px 15px 0 15px;
	color: #673114;
	font-size: 0.9em;
	line-height: 1.3em;
}
.caption b{
	font-size: 1.1em;
}
.thumb_row {
	height:112px;
}
.thumb_row .box, .thumb_row .boxselected  {
	border: #d8b495 solid 1px;
	width:159px;
	margin-right:4px;
	float:left;
	display:inline-block;
	text-align:center;
	background-color: #f9eedb;
	height:106px;
	margin-bottom:10px;
}
.thumb_overlay {
	width: 660px;
	
}
.lcol_navbox {
	width: 660px;
	margin:15px 0 15px 0;
	padding: 10px 30px 10px 30px;
	background-color: #f7e8d0;
	border-top: #d8b495 dotted 1px;
	border-bottom: #d8b495 dotted 1px;
	color: #673114;
	font-size:1.05em;
}
.lbtn {
	display:none;
}
.rbtn {
	display:none;
}
.lcol_navbox .caption, .lcol_navbox .headline {
	display:none;
}