/* Red Falcon modified
   Not part of the ElevateZoom package
*/


#gallery-main {
  display: block;
  max-width : 300px;
  max-height : 300px;
  margin: auto;
}

#gallery-images img{border:2px solid white;}

.active img{border:2px solid #333 !important;}

.product-image {
  position: relative;
  height : 300px;
  width : 300px;
  border: 5px solid transparent;
}

.product-image::after {
  content : "";
  display : block;
  width : 23px;
  height : 23px;
  position: absolute;
  top : 0px;
  right : 0px;
  background: url("zoom.png") no-repeat scroll 0% 0% transparent;
}
