@charset "UTF-8";
/* CSS Document */

.gallery {
	width:120px;
	text-align:center;
	float:left;
	margin:0px 10px 10px 10px;
}

.image {
	float:left;
	margin:10px;
	height:70px;
	width:100px;
	overflow:hidden;
	
}