.gallery1:after {
    content: '';
    display: block;
    height: 2px;
    margin: .5em 0 1.4em;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);
}

.gallery1 img {
    height: 100%;
}

.gallery1 a {
    width: 354px;
    height: 380px;
    display: inline-block;
    overflow: hidden;
    margin: 20px 20px;
    box-shadow: 0 0 4px -1px #000;
}

.baguetteBoxOne1 {
	width:920px; 
	margin:0 auto;
}

.gallery1 a span {
	width: 354px;
	text-align: center;
	display: block;
	line-height: 30px;
	background: #e7e7e7;
	color: #000;
	font-size: 14px;
	float: bottom;
	z-index:9;
	vertical-align: bottom;
}
.gallery1 a a:hover span {
	background: #000;
	color: #fff;
}


.gallery_list1 {
	width: 105%;
	float: left;
}
.gallery_list1 li {
	width: 320px;
	height: 350px;
	float: left;
}
.gallery_list1 li a img {
	display: block;
	width: 280px;
	height: 267px;
	border: 1px solid #e0e0e0;
	padding: 3px;
}
.gallery_list1 li a:hover img {
	border: 1px solid #000;
	display: block;
}
.gallery_list1 li span {
	width: 290px;
	text-align: center;
	display: block;
	line-height: 30px;
	background: #e7e7e7;
	color: #000;
	font-size: 14px;
	float: left;
}
.gallery_list1 li a:hover span {
	background: #000;
	color: #fff;
}