.zt-containerTarjeta{
	width:153px;
	height:96px;
	position:relative;
	overflow:hidden;
	margin:0px auto;
	background:#FFFFF;
	border:7px solid #FFFFF;
	-moz-box-shadow:1px 1px 3px #DDDDD;
	-webkit-box-shadow:1px 1px 3px #DDDDD;
	box-shadow:1px 1px 3px #DDDDD;
}
.zt-container{
	width:108px;
	height:163px;
	position:relative;
	overflow:hidden;
	margin:0px auto;
	background:#FFFFF;
	border:7px solid #FFFFF;
	-moz-box-shadow:1px 1px 3px #DDDDD;
	-webkit-box-shadow:1px 1px 3px #DDDDD;
	box-shadow:1px 1px 3px #DDDDD;
}
img.zt-current{
	position:absolute;
	display:none;	
}
img.zt-temp{
	position:absolute;
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.zt-tag{
	position:absolute;
	z-index:10;
	border:0px solid #FF0000;
	background:transparent url(../Imagenes/PagoOnLine/pixelTransparente.png) repeat top left;
	width:50px;
	height:37px;
	cursor:pointer;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.7);
	box-shadow:1px 1px 2px rgba(0,0,0,0.7);
}
.zt-tag-back{
	width:100%;
	height:100%;
	bottom:0px;
	background:transparent url(../Imagenes/PagoOnLine/pixelTransparente.png) no-repeat center center;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	
}
.zt-loading{
	position:absolute;
	width:50px;
	height:50px;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	opacity:0.8;
	z-index:99999;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	background:#FFFFFF url(../Imagenes/PagoOnLine/ajax-loader.gif) no-repeat center center;
}