#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content {
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #ffffff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
#zoom .content.loading {
	background-image: url('../img/loading.gif');
}
#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	border-radius: 4px;
}
#zoom .close {
	background-position: 9px -99px;
}

#zoom .close:hover {
	background-position: 9px -236px;
}

#zoom .lg-download{
	background-position: 9px -66px;
}

#zoom .lg-download:hover{
	background-position: 9px -203px;
}

#zoom .lg-zoom-in{
	background-position: 9px 4px;
}

#zoom .lg-zoom-in:hover{
	background-position: 9px -133px;
}

#zoom .lg-zoom-out{
	background-position: 9px -30px;
}

#zoom .lg-zoom-out:hover{
	background-position: 9px -168px;
}

#zoom .previous,
#zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}
#zoom .previous {
	left: 0;
	background: url('../img/icons/arrows.png') no-repeat 0 0;
	border-radius: 0 4px 4px 0;
}
#zoom .next {
	right: 0;
	background: url('../img/icons/arrows.png') no-repeat 100% 0;
	border-radius: 4px 0 0 4px;
}

#zoom .previous:hover,
#zoom .next:hover {
	background-color: #0088cc;
}

.lg-sub-html {
	background-color: rgba(0,0,0,.45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-toolbar {
	z-index: 1080;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,.45);
    display: flex;
    flex-direction: row-reverse;
	padding: 10px 0;
}

.lg-icon {
    color: #999;
    cursor: pointer;
    /*float: right;*/
    /*font-size: 24px;*/
    /*height: 47px;*/
    /*line-height: 27px;*/
    /*padding: 10px 0;*/
    /*text-align: center;*/
    /*width: 50px;*/
    text-decoration: none!important;
    outline: medium none;
	width: 42px;
	height: 34px;
	/*cursor: pointer;*/
	background: transparent url('../../../images/icon_zoom.png') 0 0  no-repeat;
}
