div.picturesContainer div.picture
{
	text-align: center;
	width: 100px;
	height: 100px;
	padding: 5px;
	float: left;
	overflow: hidden;
	margin: 0 10px 10px 0;
	background-color: #efefef;
}

div.picturesContainer div.picture a img
{
	border: 0;
}

div.picturesContainer
{
	margin-top: 10px;
}