@charset "utf-8";
/* CSS Document */

div.home-gallery{
	width: 180px;
	float: left;
	margin-left:25px;
}

.home-gallery ul{
	list-style: none;
	margin:0;
	padding:0;
}

.home-gallery ul li{
	float: left;
}

.home-gallery img{
	width: 170px;
	border:0;
	margin-right:50px;
}