
.sz-overlay {
	position:fixed;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('load.gif') center no-repeat #fff;
}
.sz-zoomed {
	display:block;
	text-decoration: none;
	background-size:contain!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	position:fixed;
	cursor:zoom-out;
}
#lightzoomed {
	opacity:0;
}

.sz-caption {
	position:fixed;
	bottom:0;
	width:100%;
	background:#fff;
	text-align:center;
	display:none;
}
.sz-caption span {
	display: inline-block;
	padding: 5px;
	font-size: 12px;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.sz-close {
	position: fixed;
	top: 5px;
	right: 5px;
	padding: 10px;
	color: #666;
	text-decoration: none;
	font-size: 20px;
	background: #FFF;
	border-radius: 25px;
}
.sz-left, .sz-right {
	position: fixed;
	top: 0;
	left:0;
	margin-top: -25px;
	text-decoration: none;
	height: 100%;
	width: 5%;
	background:url('arr-l.png') center center no-repeat #eee;
	color: #666;
	text-align: center;
	display:none;
}

.sz-left:hover, .sz-right:hover {
	background-color:#ddd;
}

.sz-right {
	background-image:url('arr-r.png');
	right:0;
	left:auto;
}

@media screen and (max-width: 414px){
	.sz-left, .sz-right {
		width:50px;
	}
}