.page{ 
	margin: 0px auto 50px;
	position: relative;
}

.container_p{ 
	position: absolute;
    top: 20%;
    width: 100%;
}

.container_p img{ 
	max-width: 100%;
	margin: 0;
}

.container_p .column{
	float: left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 4px 0 0 0;	
}

.container_p .info{
	width: 33.3333%;
	float: left;
}

.clear-fix{
	clear: both;
	line-height: 1px;
}

.page_present .data-table {
	bottom: 3%;
	left: 0;
	margin: 0;
	position: absolute;
}

/*MAIN CONTAINER*/
[data-zlname]{
	position: relative;
	overflow: hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/*IMGS IN CONTAINER*/
[data-zlname] > img{
	display: block;
	max-width: 100%;
}

/*POP UP ELEMENTS*/
[data-zlname] [data-zl-popup]{
	position: absolute;
	display: block;
	padding: 10px;
	height: 40px;
	width: 40px;
	background: #323231;
	color: #fff;
	overflow: hidden;
	display: none;
	text-align: center;
}

/*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;
}

[data-zlname] {
	padding-right: 10px;
	width: 100%;
	cursor:pointer;
}

/*TEST 8*/
[data-zlname = test8] [data-zl-popup]{
	
	width: 300px;
	height: 150px;
	padding: 0;
	background: url(23_feb_2014/cart.png) 50% no-repeat, rgba(255, 255, 255, 0.5);
}

/*TEST 8-reverse*/
[data-zlname = test8-reverse] [data-zl-popup]{
	width: 80px;
	height: 80px;
	padding: 0;
	background: url(23_feb_2014/cart.png) no-repeat;
}

@media (min-width: 480px) {
	.container_p .column{
		padding: 10px 0 0 0;	
	}
}

@media (min-width: 1200px) {
	.page_present .data-table {
		left: 3%;
	}
}