/**
 * shadow.css draws a shadow behind selected images. See item.inc.php for details.
 * @author Les Steward
 */

.shadow {
  margin: 10px 5px 5px 10px;
  background: url("/images/shadow.png") no-repeat bottom right;
  clear: right;
  float: left;
  position: relative;
}

.shadow img {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px;
  display: block;
  margin: -5px 5px 5px -5px;
  position: relative;
}

div.clear {
  clear:both;
}
