.ls-imgview-bg{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10000;
	background-color: rgba(0,0,0,0.7);
}

.ls-imgview{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 10050;
	padding-bottom: 50px;
	background: black;
	border: 1px solid white;
	border-radius: 8px;
	padding-bottom: 52px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;

}


.ls-imgview-imagediv{

	max-height: 70%;
	max-width: 90%;
	z-index: 10100;	
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	left: 50%;
	
}
.ls-imgview-controls{
	position: fixed;
}

.ls-imgview-btn-prev{
	height: 32px;
	width: 32px;
	position: absolute;
	transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	bottom: -5px;
	right: 52px;
	background-image: url('/parameters/iparitisztitoszer.patronet/templates/images/imgv-prev.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	z-index: 10105;
	cursor: pointer;
	
}
.ls-imgview-btn-next{
	height: 32px;
	width: 32px;
	position: absolute;
	transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	bottom: -5px;
	right: 10px;
	background-image: url('/parameters/iparitisztitoszer.patronet/templates/images/imgv-next.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	z-index: 10105;
	cursor: pointer;
	
}
.ls-imgview-btn-close{
	height: 32px;
	width: 32px;
	position: fixed;
	top: 25px;
	right: 25px;
	background-image: url('/parameters/iparitisztitoszer.patronet/templates/images/imgv-close.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	z-index: 10105;
	cursor: pointer;
	
}

img.ls-imgview-filler{
	height: 100%;
	width: auto;
	visibility: hidden;
}