#zoom_lores {
   border: 1px white solid;
}
#zoom_hires {
   z-index: 0;
   position: relative;
}
#zoom_frame1 {
   text-align: center;
   margin: auto;
}
#zoom_frame2 {
   text-align: center;
   margin: auto;
   width: 300px;
   height: 300px;
   background:black;
   overflow: hidden;
   border: 1px white solid;
}
#zoom_loader {
   color: red;
   z-index: 1;
}
