/* WooZoom for WooCommerce and WordPress 3. - www.nuvuthemes.com 2012 - Nolan Campbell  */



.woozoomwrap{
   background: url(../images/loader.png)no-repeat 10px 10px #fff;
  overflow:hidden;
  width:400px;
  height:425px;
  position:fixed;
  right:20px;
  top:465px;
  margin-left:20px;
  border-radius:10px;
   -o-border-radius:10px;
    -moz-border-radius:10px;
     -webkit-border-radius:10px;
      -ms-border-radius:10px;
  box-shadow:0px 0px 20px 1px #111;
   -o-box-shadow:0px 0px 20px 1px #111;
    -moz-box-shadow:0px 0px 20px 1px #111;
     -webkit-box-shadow:0px 0px 20px 1px #111;
      -ms-box-shadow:0px 0px 20px 1px #111;

  display:none;
  z-index:999999;

}
.woozoom{
   cursor: default;
    



}
.wzcont{
   background: url(../images/loading.gif)no-repeat 55% 45%;
   width:460px;
}
.wzcont{
   position:relative;
  }

.nzoomimg {
  position:absolute;
  max-width:10000px!important;
  max-height:10000px!important;


}

.magnifyicon{
  position:absolute;
  bottom:4px;
  right:2px;
  width:20px;
  height:20px;
  background: transparent;
  background-size:100% 100%;
}