.gallery {
	width: 900px;
	float: left;
	margin-top: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
}
	.gallery .gallery-image {
		width: 187px;
		float: left;
		margin: 10px 15px;
		text-align: center;
		color: #ff3366;
	}
		.gallery .gallery-image img {
			border: solid 1px #cccccc;
			margin-bottom: 5px;
		}