#layer_background {
	background-color:#000000;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index:2000;
}
#layer_loader {
	background: url('/img/loading.gif') center center no-repeat;
	height: 100px;
	width: 100px;
	z-index:2001;
}

.layer_content {
	background-color:#ffffff;
	z-index:2001;
	padding:10px;
	width:740px;
}
.layer_content h1 {
	margin-bottom:15px;
}
.layer_content div.content {
	background:url('/img/layer_bg.gif') left top repeat-x;
	padding-top:15px;
}
.layer_content div.content div.info {
	width:288px;
	overflow:hidden;
	float:left;
}
.layer_content div.content div.info div.text {
	height:186px;
	overflow:hidden;
}
.layer_content div.content div.gmap {
	width:449px;
	height:320px;
	background:#cccccc;
	float:left;
}
.layer_content div.content div.info td.label {
	padding-right:10px;
}
.layer_content div.footer {
	clear:both;
	height:15px;
	font-size:0px;
}

.layer_gallery {
	background-color:#FFFFFF;
/*	float:right;*/
	width:auto;
	padding:10px;
	z-index:2001;
}
.gallery_photo {
	text-align: center;
	clear: both;
	float: right;
}
a.gallery_photo_prev {
	cursor: pointer;
	display: inline;
	float: left;
	height: 70%;
	margin-top: 20px;
	width: 40%;
}
a.gallery_photo_prev:hover {
	background: url('unchecked.gif') top left no-repeat;
}
a.gallery_photo_next {
	cursor: pointer;
	display: inline;
	float: right;
	height: 70%;
	margin-top: 20px;
	width: 40%;
}
a.gallery_photo_next:hover {
	background: url('unchecked.gif') top right no-repeat;
}
.gallery_close {
	background: url('/img/close.gif') center center no-repeat;
	float: right;
	height: 27px;
	width: 31px;
	cursor:pointer;
}
.gallery_nav {
	clear: both;
	height: 27px;
	margin: 0px 0px 10px 0px;
}
.gallery_prev {
	background: url('/img/arrow_left.gif') center center no-repeat;
	float: left;
	height: 27px;
	width: 20px;
}
.gallery_next {
	background: url('/img/arrow_right.gif') center center no-repeat;
	float: right;
	height: 27px;
	width: 20px;
}
.gallery_caption {
	color: #000000;
	/*float: left;*/
	height: 27px;
	line-height: 26px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
.gallery_disabled {
	visibility: hidden;
}

