.gallery {

	display: block;
	float: left;
	clear: both;
	width: 100%;

}

.thumbnail {

	float: left;
	clear: none;
	margin-right: 20px;
	margin-bottom: 20px;

}

	.thumbnail img {
	
		border: 10px solid #ccc !important;
	
	}

	
	.thumbnail:hover img {
	
			border: 10px solid #272a2e !important;
	
	
	}
		
	.title {
	
		width: inherit;
		clear: both;
		display: block;
		background-color: #272a2e;
		color: #fff;
		border: 10px solid #272a2e;
		margin-top: -7px;
	
	}