div.shadowed {
	margin-top: -6px;
	margin-left: -6px;
}

div.collection-shadow {
	margin-right: 13px;
	margin-top: 14px;
	margin-left: 6px;
	background: url(/style/images/dropshadow.png) no-repeat bottom right;
	float: left;
}

div.collection {
	margin: -6px 6px 6px -6px;
	background-color: #FFFFB3;
	padding: 3px;
}

div.collection:hover {
	margin: -5px 5px 5px -5px;
	cursor: pointer;
}

.collection img {
	border: 1px solid black;
	margin-bottom: 2px;
	background-color: #FFFFB3;
}

.collection p {
	margin: 0px;
	font-style: italic;
	font-size: 11px;
	text-align: right;
}
