/* Gallery */

.figure {
	float: left;
	width: 160px;
	height: 300px;
	display: inline;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
* html .figure {
	display:inline;
	}	
.picture {
	background-image: url(../images/common/drop_shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.picture img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 4px;
	position: relative;
	top: -5px;
	left:-5px;
	}
.figure p {
	font: 10px/normal Arial, Helvetica, sans-serif;
	text-align: center;
	height: 5em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
/* IE 5/6 border erase bug */
* html #gallery {
	width: 100%;
	}
/* IE 5 placement bug */
* html #gallery img {
	width: 100%;
	}
#gallery {
	float: right;
	width: 570px;
}
