#gallery-wrapper {
	position: relative;
	max-width: calc(100% + 10px);
	width: calc(100% + 10px); /*修正最右侧一column的右侧的10px*/
	height:auto;
	margin: 20px auto;
}
#gallery-wrapper1 {
	position: relative;
	max-width: calc(100% + 10px);
	width: calc(100% + 10px); /*修正最右侧一column的右侧的10px*/
	height:auto;
	margin: 20px auto;
}
#gallery-wrapper2 {
	position: relative;
	max-width: calc(100% + 10px);
	width: calc(100% + 10px); /*修正最右侧一column的右侧的10px*/
	height:auto;
	margin: 20px auto;
}
#gallery-wrapper3 {
	position: relative;
	max-width: calc(100% + 10px);
	width: calc(100% + 10px); /*修正最右侧一column的右侧的10px*/
	height:auto;
	margin: 20px auto;
}
#gallery-wrapper4 {
	position: relative;
	max-width: calc(100% + 10px);
	width: calc(100% + 10px); /*修正最右侧一column的右侧的10px*/
	height:auto;
	margin: 20px auto;
}
#gallery-wrapper5 {
	position: relative;
	max-width: calc(100% + 10px);
	width: calc(100% + 10px); /*修正最右侧一column的右侧的10px*/
	height:auto;
	margin: 20px auto;
}
#gallery-wrapper6 {
    position: relative;
    max-width: calc(100% + 10px);
    width: calc(100% + 10px); /*修正最右侧一column的右侧的10px*/
    height:auto;
    margin: 20px auto;
}

@media screen and (min-width:480px) {
	.waterfall_pagenumber {
		padding-top:30px;
	}
}
@media (max-width:479px) {
	.waterfall_pagenumber {
		padding-top:170px;
		padding-bottom: 30px;
	}
}
img.thumb {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.white-panel {
	position: absolute;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	padding: 10px;
}
.white-panel h1 {
	font-size: 1em;
}
.white-panel h1 a {
	color: #A92733;
}
.white-panel:hover {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.white-panel p {
	font-size: 12px;
	color:#aaa;
	margin-top:6px;
}