#layer_background {
	background-color: #000;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index:2000;
}
#layer_loader {
	background: url('/img/middle/gallery/load.gif') center center no-repeat;
	height: 400px;
	width: 400px;
	z-index:2001;
}

.layer_content {
	z-index:2001;
}
.layer_gallery {
	width:auto;
	z-index:2001;
}
.gallery_photo {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
a.gallery_photo_prev {
	cursor: pointer;
	float: left;
	height: 100%;
	width: 50%;
}
a.gallery_photo_prev:hover {
	background: url('/img/gallery_window/gallery_photo_prev.gif') left center no-repeat;
}
a.gallery_photo_next {
	cursor: pointer;
	float: right;
	height: 100%;
	width: 50%;
}
a.gallery_photo_next:hover {
	background: url('/img/gallery_window/gallery_photo_next.gif') right center no-repeat;
}
.gallery_bottom_bar {
  margin-top: 3px;
  background: transparent url('/img/gallery_window/gallery_bottom_bar.gif') top left repeat-x;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  clear: both;
  padding: 0px 20px;
}
.gallery_close {
	float: right;
	cursor: pointer;
	line-height: 35px;
	float: right;
	padding-right: 25px;
	color: #000;
	background: url('/img/gallery_window/gallery_close.gif') center right no-repeat;
}
.gallery_close:hover {
	text-decoration: none;
}
.gallery_caption {
  color: #000;
}
.gallery_caption {
  text-decoration: none;
  cursor: default;
}
.gallery_disabled {
	display: none;
}




/******************************************/
#message_box {
  width: 400px;
}
#message_box .message {
  padding: 100px 50px;
  text-align: center;
  background: #fff;
}
#message_box .message table {
  margin: auto;
}
#message_box .message table td {
  vertical-align: middle;
  padding: 10px;
}
.message_box_bottom_bar {
  margin-top: 3px;
  background: transparent url('/img/gallery_window/gallery_bottom_bar.gif') top left repeat-x;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  clear: both;
  padding: 0px 20px;
}
.layer_close {
	float: right;
	cursor: pointer;
	line-height: 35px;
	float: right;
	padding-right: 25px;
	color: #000;
	background: url('/img/gallery_window/gallery_close.gif') center right no-repeat;
}
.layer_close:hover {
	text-decoration: none;
}
/******************************************/
#ajax_box {
  width: 600px;
}
#ajax_box_content {
  background: #fff;
  padding: 25px;
}
.ajax_box_bottom_bar {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  clear: both;
  background: #fff;
}
.layer_close {
	float: right;
	cursor: pointer;
	line-height: 35px;
	float: right;
	color: #000;
	
}
.layer_close:hover {
	text-decoration: none;
}
