/* $Id: index.css,v 1.2 2009/01/01 16:47:46 mike Exp $ */
div.photogallery {
  position: relative;
  width: 625px;
  height: 610px;
  margin-left: auto;
  margin-right: auto;
}
div.photogallery img {
  position: absolute;
  border: 1px solid #004000;
}
div.photostrip {
  width: 645px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
div.photostrip div {
  padding: 0px;
}