#gallery .figure, #gallery .figure_landscape {
	float: left;
	width: 200px;
	margin: 0 10px 10px 10px;
}
#gallery .figure_landscape {
	width: 160px;
}

#gallery .figure p, #gallery .figure_landscape p {
	font: italic .9em/95% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 5px 0 0 0;
	height: 3em;
}
/*
#gallery .thumb {
	background: url(gallery/drop_shadow.gif) right bottom no-repeat;
}
*/
#gallery .thumb img {
	padding: 4px;
	background-color: #c8c8c8;
	border: 1px solid #666;
/*	position: relative;
	top: -5px;
	left: -5px;
*/
}
#gallery a:hover {
	background-color: transparent;
}


#gallery p .from {
	margin: 0;
	padding: 0;
	font-size: .8em;
	color: #00f;
}

#gallery .figure_landscape {
	float: left;
	width: 160px;
	margin: 0 10px 10px 10px;
}
