.gallery li{
	float: left;
	margin: 0 38px 5px 0;
	width: 186px;
	height: 154px;
}
.gallery li img{
	border: 2px solid #f3c792;
}
.gallery.inner li img{
	border: none;
}
.gallery.inner li{
	float: left;
	margin: 0 12px 7px 0;
	width: 114px;
	height: 76px;
	border: 2px solid #f3c792;
	overflow: hidden;
}

.gallery_title{
	font-size: 1.364em;
}