/*
  probo stylesheet for popup image
*/
#preview{
  position:relative;
  width:580px;
  height:337px;
  background:#b7b7b6;
  border:solid 5px #b7b7b6;
  border-radius: 5px;
  overflow:hidden;
}

#preview img {
  position:absolute;
  margin:auto auto;
}
  
.imgBlockA02 .img {
  width:185px;
  height:107px;
  overflow:hidden;
  border:1px solid #b7b7b6;
}

.imgBlockA02 .bunner{
  float:left;
  margin-right:15px;
}

.debugcode {
  width:90%;
  height:250px;
  margin:10px;
}
