.thumbnail {
	float: left;
	width: 140px;
	height: 180px;
	background: 0x444;
}

.image {
	float: left;
	background: url(shadow.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.image img {
	display: block;
	position: relative;
	border: 1px solid #a9a9a9;
	background-color: #fff;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.caption, .clear {
	clear: both;
}
