/* Copyright 1997-2004 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: images.css, v 1.0 16/12/2004 $ */

div.figure {  
  text-align: center;
  margin: 15px;
}

div.figure p, div.figure img {
  text-align: center;
  font-style: italic;
  font-size: 0.7em;
  text-indent: 0;
}

div.thumbnail
{
	float: left;
	text-align: center;
	font-size: 0.65em;	
	margin: 5px 0 0px 5px;	
	padding: 3px 3px 2.5em 3px;
	width: 170px;
	height: 175px;
}

div.thumbnail img {
   padding-bottom: 3px;
}

div.thumbnail a {
	border: none;
}

div.thumbnail a:hover {
	background: none;
}

div.thumbnail p {
	margin-top: 0;
}

