@charset "utf-8";
/* CSS Document */

.contgalery img {
	display: block;
	padding: 5px;
	border: 1px solid #CCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}
.contgalery {
	float: left;
	width: 860px;
}

