.zoomPad{

	position:relative;

	z-index:99;

	cursor:crosshair;

  margin-bottom: 12px;

  width: 100%;

}

.zoomPad img {max-width: initial; height: initial; margin: 0 auto;}

.zoomPreload{

   -moz-opacity:0.8;

   opacity: 0.8;

   filter: alpha(opacity = 80);

   color: #333;

   font-size: 12px;

   font-family: Tahoma;

   text-decoration: none;

   border: 1px solid #e5e5e5;

   background-color: white;

   padding: 8px;

   text-align:center;

   background-image: url(../img/loading.gif);

   background-repeat: no-repeat;

   background-position: center center;

   z-index:110;

   width:100%;

   height: 100%;

   position:absolute;

   top:0 !important;

   left:0 !important;

   font-size: 0;

   max-width: 100%; max-height: 100%;

}

.zoomPup{

	overflow:hidden;

	background-color: #FFF;

	-moz-opacity:0.6;

	opacity: 0.6;

	filter: alpha(opacity = 60);

	position:absolute;

	border:1px solid #CCC;

  z-index:101;

  cursor:crosshair;

}

.zoomOverlay{

	position:absolute;

	left:0px;

	top:0px;

	background:#FFF;

	/*opacity:0.5;*/

	z-index:5000;

	width:100%;

	height:100%;

	display:none;

  z-index:101;

}

.zoomWindow{

	position:absolute;

	left:110%;

	top:40px;

	background:#FFF;

	z-index:6000;

	height:auto;

  z-index:10000;

  z-index:110;

}

.zoomWrapper{

	position:relative;

	border:1px solid #e5e5e5;

  z-index:110;

}

.zoomWrapperTitle{

	display:none !important;

	background:#e5e5e5;

	color:#FFF;

	height:18px;

	line-height:18px;

	width:100%;

  overflow:hidden;

	text-align:center;

	font-size:10px;

  position:absolute;

  top:0px;

  left:0px;

  z-index:120;

  -moz-opacity:0.6;

  opacity: 0.6;

  filter: alpha(opacity = 60);

}

.zoomWrapperImage{

	display:block;

  position:relative;

  overflow:hidden;

  z-index:110;

}

.zoomWrapperImage img{

  border:0px;

  display:block;

  position:absolute;

  z-index:101;

  width: 150% !important;

  max-width: inherit !important;

}

.zoomIframe{

  z-index: -1;

  filter:alpha(opacity=0);

  -moz-opacity: 0.80;

  opacity: 0.80;

  position:absolute;

  display:block;

}

/*********************************************************

/ When clicking on thumbs jqzoom will add the class

/ "zoomThumbActive" on the anchor selected

/*********************************************************/

@media(max-width: 991px) {

  .zoomPad {cursor: default; text-align: center; float: none;}

}