

pre {
    width: 340px;
    margin: 0 auto;
    border: dashed 1px #aaa;
    margin-bottom: 10px;
}

/*图片框底部渐变线*/
.gallerygs:after {
    content: '';
    display: block;
    height: 2px;
    margin: 1em 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%);
}

.gallerygs img {
    width:100%;
	height:auto;
	float:left;
}


.gallerygs a {
	width: 200px;
	height: 275px;
	display: block;
	overflow: hidden;
	box-shadow: 0 0 4px -1px #000;/*图片阴影*/
	float: left;
	margin-bottom:5px;
}
.gallerygs span { line-height:20px; height:20px;float:left; width:200px ; text-align:center;}
.baguetteBoxOne {
	width:920px;
	margin:0 auto;
}
.gsbox{height:300px; width:200px; float:left; text-align:center;	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 20px;
	margin-left: 13px;
}