/*
 * Document-specific style.
 * 
 * (c) 2004 Guenther Pewny Software-Entwicklung
 * 
 * $Id: gallery-style.css,v 1.1 2005/02/19 22:11:10 gp Exp $
 */

@import url(web-style.css);

table.image-table {
  width: 100%;
}

td.image-cell {
  width: 25%;
  text-align: center;
  background: #EEE;
  padding: 5px;
}

span.image-title {
  font-size: 9pt;
  vertical-align: bottom;
}

div.image-title {
  font-size: 9pt;
  vertical-align: bottom;
}
