.gallery_container {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.85);
	padding: 10px;
	overflow: hidden !important;
	display: none;
	z-Index: 10;
}

.gallery_container .fakephoto {
	display: none;
}

.gallery_container #listphoto {
	z-index: 20;
}

.gallery_container #listphoto,.gallery_container #listphotoarrow {
	height: 104px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.gallery_container #listphoto_move {
	position: absolute;
	bottom: 0;
	top: 0;
	white-space: nowrap;
	left: 0;
	transition: left 0.3s ease-out;
}
.gallery_container .title_close {display: table; position: absolute; top: 0; z-Index: 20;  width: 100%; background-color: rgba(0,0,0,0.6);}
.gallery_container .title_close > div{display: table-cell;padding: 20px; text-align: left;vertical-align: middle;}
.gallery_container .close div {
	/*position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	padding: 20px;*/
	
}
.gallery_container .title {
	/*position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 20;
	padding: 20px 64px 20px 20px;*/
  color: #FFFFFF; font-size: 18px;
}
.gallery_container .additional {
  /*position: absolute;*/
}
.gallery_container .close div{
background: url(/images/design/site/close.png) 0 24px;
	width: 24px;
	height: 24px;
	float: right;
	cursor: pointer;
}
.gallery_container .close div:hover {
	background-position: 0 0;
}

.gallery_container .thumb {
	display: inline-block;
	/*height:100px;
  width:50px;*/
	box-sizing: border-box;
	background: #000;
}

.gallery_container .thumb img { /*width:100%;
  height:100%;*/
	height: 100px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: border-color 0.2s ease-out, opacity 0.2s ease-out;
	opacity: 0.7;
}

.gallery_container .thumb:hover img {
	border: 1px solid #f09242;
	opacity: 1;
}
.gallery_container .thumb.active img {
	border: 1px solid #f09242;
	opacity: 1;
}

.gallery_container #onephoto {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
}

.gallery_container #onephoto .arrow {
	position: absolute;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	top: 0;
	bottom: 0;
}

.gallery_container .arrow div{position: absolute; top: 50%; margin-top: -18px; background: url(/images/design/site/arrows.png) no-repeat -16px 0;width: 16px; height: 36px;}
.gallery_container .right {left: 0;}
.gallery_container .right div{ left: 24px;}
.gallery_container .left {right: 0;}
.gallery_container .left div{background-position: 0 0;right: 24px;}
.gallery_container .left:hover div{background-position: 0 -36px;}
.gallery_container .right:hover div{background-position: -16px -36px;}

.gallery_container #onephoto .img,.gallery_container #onephoto .div_photo
	{
	height: 100%;
	position: relative;
}

.gallery_container #onephoto .div_photo {
	background: url(/images/design/site/loading.gif) no-repeat center;
}

.gallery_container #onephoto .onephoto {
	position: absolute;
	___transition: top 0.1s ease-out, left 0.1s ease-out, width 0.1s ease-out, height 0.1s ease-out;
	top: 0;
	z-index: 15;
	left: 0;
}