/* CSS Document */

/*GALLERY*/

.figure {
	float: left;
	width: 165px;
	margin: 0 4px 0px 5px;
}


.photo img {
	border: 1px solid #000;
	position: relative;
	top: -5px;
	left:-5px;
}

.figure p {
	font: 0.9em/normal Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	height: 2em;
}

/* IE 5/6 border erase bug */
* html #gallery {
	width: 100%;
}

/* IE 5 placement bug */
* html #gallery img {
	width: 100%;
}

/*END GALLERY*/