/* Generated by KompoZer */
div.cella_gallery {
  border: 1px dotted #cc9933;
  margin: 10px;
  position: relative;
  float: left;
  text-align: center;
  background-color: #f4f4de;
  width: 120px;
  height: 150px;
}
div.cella_gallery img {
  border-style: solid;
  border-color: #cccccc #666666 #666666 #cccccc;
  border-width: 1px;
  margin: 4px 10px 5px 4px;
  padding: 5px;
  float: left;
  background-color: white;
}
div.cella_gallery a:hover img {
  background-color: #ffffcc;
}
div.cella_gallery p {
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
  margin-top: 3px;
  padding-left: 2px;
}
div.clearer {
  clear: left;
}

