#thumbnails1 li {
	float:left;
	margin:10px;
	text-align:center;
	background-color:#fed6d6;
	border:solid 1px #cedfeb;
 	-moz-box-shadow: -2px 2px 2px #c8c8c8;
	-webkit-box-shadow: -2px 2px 2px #c8c8c8;
}


#thumbnails1 li:last-child {
	margin-bottom:10px;
}

#thumbnails1 li .picturetitle {
	display:none;
}

#thumbnails1 li .picture {
	display:block;
	width:100px;
	height:100px;
	padding:10px;
} 