div.img-dec {
	background: url(images/shadow.png) no-repeat left bottom;
	margin: 15;
	padding: 0;
	position: relative;
	left: 2px;
	top: 2px;
	clear: both;
	float: left;
}

div.img-dec img {
	border: 2px solid #000000;
	display: block;
	margin: -8px -8px 8px 8px;
	padding: 0px;
	position: relative;
	left: -8px;
	top: -8px;
}
dropshadow {
	background: url(images/shadow.png) no-repeat left bottom;
	clear: left;
	float: left;
	margin: 5;
	padding: 0;
	position: static;
	left: 2px;
	top: 2px;
}
