/* miniZoomPan styles */
.gzoomwrap {
  float:left;
  margin: 0;
  background: url(../img/slider_bg.png) bottom left repeat-x;
}
.minizoompan {
  background: #fff;
  position: relative; /* always set to relative or offset() won't work */
  border: 1px solid lightgray;
  padding: 0;
  margin: 0;
}

.minizoompan span.loader { /* the loader label*/
  position:absolute;
  left:0;
  top:0;
  z-index: 1;
  display: none;
  color: #000;
  background: #fff;
  font: normal 9px Arial, Verdana;
  padding: 3px;
}
.minizoompan .zoomIcon { /* the zoom icon */
  position:absolute;
  cursor:pointer;
  left:0;
  top:0;
  z-index: 1;
  display: none;
}

.gzoombutton {
  float:left;
  cursor:pointer;
}

.gzoomSlider {
  float:left;
  border: 0;
  height: 12px;
  position: relative;
  margin: 0;
  margin-right: 37px;
  background: none;
}

#gzoomoverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#gzoomlbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#gzoomlbox a img { 
  border: none; 
}
#imagebox {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#gzoom-cont-img { padding: 10px; }

#lboximgdatacontainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	padding: 0 10px 10px 10px; 
	color:#666;
}
#gzoomloading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lboximgdatacontainer #gzoomlbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#gzoom-image-caption { font-weight: bold; }

.ui-icon-circle-plus {
    background: url(../img/zoom-plus.png) center center no-repeat;
    width: 12px;
    height: 12px;
}

.ui-icon-circle-minus {
    background: url(../img/zoom-minus.png) center center no-repeat;
    width: 12px;
    height: 12px;
}

.ui-slider .ui-slider-handle {
    width: 34px;
    height: 5px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
    border-left: 1px solid #f9f9f9;
    border-top: 1px solid #f9f9f9;
    background: #eee url(../img/slider_bg2.png) top left repeat-x;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0;
 