.GalleryList img {
	width: 100px;
	height: auto;
	float: none;
}

.GalleryList div {
	width: 400px;
	height: 520px;
	font-size: 20px;
	color: #FF0;
	margin: 0px 10px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}
.GalleryList span {
	background-color:#000;
	padding: 3px;
}
