div.gallery, #body{
  overflow:hidden;zoom:1;
}

div.gallery a {
  float:left;
  display:block;
  padding:3px;
  background-color:white;
  border:2px #555 solid;
  margin: 5px;
  height:100px;
  min-width:50px;

}
div.image a.add{
  width:auto;
  display:block;
  background:white;
}
div.image a.add.hover{
  background-color:#FEA;
}
div.gallery a.add, div.image a.add {
  min-width:100px;
  min-height:100px;
  background-position:center;
  background-repeat:no-repeat;
  background-image:url(/images/paddock/add_image_small.png);
}
div.gallery a img{
  margin:0px !important;
}
div.gallery img.uploading {
  min-width:100px;
}
div.gallery img {
  max-height:100px;
  max-width:160px;
}

div.gallery a:hover, div.gallery a.hover {
  border-color:#C55;
}
.field table {
  width: 100%;
  border-collapse: collapse;
}
.field table img{
  max-width:140px;
  float:none;
  display:inline;
  margin:0;
}
.field table td {
  padding:5px;
  vertical-align:top;
}
#body > :first-child, #body img:first-child + *{
  margin-top: 0px;
}
#body img{
  display:block;
}
#body img.left{
  float:left;
  max-width:300px;
  margin-right: 10px;
}

#body img.full{
  max-width:600px;
  margin: 10px auto;
}

#body img.right{
  float:right;
  max-width:300px;
  margin-left:auto;
}