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

.layer_content {
	z-index:2001;
	width: 492px;
}
.layer_gallery {
	width:auto;
	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_nav {
	clear: both;
	margin: 0px;
	overflow: auto;
	padding: 5px 0px;
  background: #b30000;
}
.gallery_prev {
	background: url('/img/content/bg_gallery_prev.gif') center left no-repeat;
	float: left;
	cursor: pointer;
	width: 27px;
	height: 30px;
	margin-top: 200px;
}
.gallery_prev:hover {
	text-decoration: none;
}
.gallery_next {
	background: url('/img/content/bg_gallery_next.gif') center right no-repeat;
	float: right;
	cursor: pointer;
	width: 27px;
	height: 30px;
	margin-top: 200px;
}
.gallery_next:hover {
	text-decoration: none;
}
.gallery_close {
	color: #fff;
	cursor: pointer;
	margin-right: 10px;
	float: right;
}
.gallery_caption {
	color: #fff;
	margin: 0px 10px;
  float: left;
}
.gallery_disabled {
	/*visibility: hidden;*/
	display: none;
}
.gallery_prev2 {
	/*background: url('checked.gif') center center no-repeat;*/
	/*float: left;*/

}
.gallery_next2 {
	/*background: url('checked.gif') center center no-repeat;*/
	/*float: left;*/

}

#galeria_layer .left_top_corner {
  background: transparent url('/img/content/bg_gallery_window_left_top.gif') left top no-repeat;
  }
#galeria_layer .right_top_corner {
  background: transparent url('/img/content/bg_gallery_window_right_top.gif') right top no-repeat;
  }
#galeria_layer .left_bottom_corner {
  background: transparent url('/img/content/bg_gallery_window_left_bottom.gif') left bottom no-repeat;
  }
#galeria_layer .right_bottom_corner {
  background: transparent url('/img/content/bg_gallery_window_right_bottom.gif') right bottom no-repeat;
  }
#galeria_layer .center {
  background: #b30000;
  height: 8px;
  font-size: 2px;
  margin: 0px 6px;
  }

