.album-container{
	position: relative;
	padding:5px 20px;
}
.album-container > i{
	position: absolute;
	width:20px;
	top:5px;
	cursor: pointer;
	background-size:20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}
.album-over > i{
	display: inline-block;
}
.album-container > .album-leftbtn{
	left:0;
	background-image: url(../images/album-left.svg);
}
.album-container > .album-rightbtn{
	right:0;
	background-image: url(../images/album-right.svg);
}
.album-content{
	overflow: hidden;
	position: relative;
}
.album-img-content{
	white-space: nowrap;
	word-spacing: normal;
	font-size: 0;
	left:0;
	position: absolute;
	overflow: visible;
}
.album-img-content img{
	display: inline-block;
	cursor: pointer;
	border:1px solid transparent;
	margin-left: 3px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.album-img-choosing{
	border-color:#f00;
}
.album-show-img3 img:nth-child(3n+1),
.album-show-img4 img:nth-child(4n+1),
.album-show-img5 img:nth-child(5n+1),
.album-show-img6 img:nth-child(6n+1),
.album-show-img7 img:nth-child(7n+1){
	margin-left: 0;
}