@charset "UTF-8";
body {
	padding: 0;
	margin: 0;
	text-align: center;
}
.gallery_container {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 85%;
	list-style-image: none;
	list-style-type: none;
}
.gallery_container li {
	width: 150px;
	margin: 30px;
	height: 150px;
	display: block;
	float: left;
	-webkit-box-shadow: 5px 5px 5px rgba(125,125,125,0.74);
	box-shadow: 5px 5px 5px rgba(125,125,125,0.74);
}
.clear {
	clear: both;
}
