/*MAIN CONTAINER*/
[data-zlname]{
	position: relative;
	overflow: hidden;
	display: inline-block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
/*.zl_mate_bl{
	margin: 0;
	padding: 0;
}*/
/*IMGS IN CONTAINER*/
[data-zlname] > img{
	display: block;
	max-width: 100%;
	overflow: hidden;
	box-shadow: none;
	border-radius: 0;
	margin: 0 !important;
	padding: 0;
}
/*POP UP ELEMENTS*/
[data-zlname] [data-zl-popup]{
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
	display: none;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*OVERLAY*/
/*classic*/
[data-zl-overlay]{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	padding: inherit;
}
/*four*/
[data-zl-ovzoom0],[data-zl-ovzoom1]
,[data-zl-ovzoom2],[data-zl-ovzoom3]{
	position: absolute;
	width: 25%;
	height: 100%;
}
/*rolling*/
[data-zl-ovrolling]{
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}
/*double*/
[data-zl-ovdouble0],[data-zl-ovdouble1]{
	position: absolute;
	display: none;
}
