/*
  probo stylesheet for popup image
*/
#preview{
  postion:relative;
  width:400px;
  height:300px;
  background:#A0A0A0;
  border:solid 15px #A0A0A0;
  border-radius: 20px;
}

#preview img{
  position:absolute;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
  margin:auto auto;
  max-width:400px;
  max-height:300px;
}
