@charset "utf-8";
/* Gallery Module CSS */

.rows_wrapper {
	padding: 20px;
	width: 860px;
}

.main-content .image {
	background-position: center center;
	float: left;
	width: 150px;
	height: 150px;
	margin: 5px;
}

.main-content .image:hover {
	border: 3px solid #e50051;
}