/****************************/
/*          		    */
/*      Liquid Zoom         */
/*                          */
/****************************/

.liquid-zoom-1 img {
	width:350px;
	height:auto;
	border:0;
	opacity:0;
}
a {
   outline: 0;
}
/* The caption you can place anywhere on your page */
.liquid-zoom-1 .liquid-zoom-caption {
	position:absolute;
	top:10%;
	left:-10px;
	width:auto;
	height:auto;
	font:14px Arial;
	line-height:16px;
	text-align:center;
	background:#000000;
	background:rgba(252,255,255,0.65);
	color:#ffffff;
	padding:8px 10px;
	z-index:9999;
}
.liquid-zoom-1 .liquid-zoom-caption:after {
	content:"";
	position:absolute; 
	top:-4px;
	left:0;
	border-right:10px solid #FFF; 
	border-right:10px solid rgba(252,255,255,0.35);
	border-top:4px solid transparent;
}

/* The zoom bar container */
.liquid-zoom-1 .liquid-zoombar {
	position:absolute;
	bottom:5%;
	right:2%;
	width:6px;
	height:90%;
	background:#FFFFFF;
	background:rgba(252,255,255,0.50);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	z-index:9999;
}
/* The zoom bar */
.liquid-zoom-1 .LZ-bar {
	position:absolute;
	bottom:1%;
	left:1px;
	background:#CCCCCC;
	width:4px;
	height:98%;
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	transition:all 200ms ease-in-out
}
/* The info text (same one for each image class) */
.liquid-zoom-1 .Zoominfo1 {
	position:absolute;
	bottom:6%;
	left:20px;
	font-family:Arial;
	font-size:13px;
	text-align:center;
	background:#000000;
	color:#FFFFFF;
	padding:4px 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	z-index:9999;
}
/* The ratio info */
.liquid-zoom-1 .Zoominfo2 {
	position:absolute;
	right:15px;
	bottom:2%;
	width:auto;
	font-family:Arial;
	font-size:86px;
	line-height:86px;
	letter-spacing:-5px;
	text-align:center;
	padding:0;
	color:#FFFFFF;
	opacity:0.4;
	z-index:9999;
}
/* In case the zoom factor is 1 */
.liquid-zoom-1 .Zoomwarning {
	opacity:1;
}
/* In case the zoom factor is below 1 (e.g. responsive design) */
.liquid-zoom-1 .Zoomdefault {
	color:#FE1F20;
}