/*
  probo stylesheet for popup image
*/
#preview{
  position:relative;
  width:300px;
  height:174px;
  background:#b7b7b6;
  border:solid 5px #b7b7b6;
  border-radius: 5px;
  overflow:hidden;
}

#preview img{
  position:absolute;
  margin:auto auto;
}

img .preview {
  border:solid 1px !important;
  border-color:#ccc !important;
}

.imgBlockA01 .img {
  border: 1px solid #b7b7b6 !important;
  width: 187px !important;
  height: 108px !important;
  overflow: hidden !important;
}
