.GalleryApiAlbum {
	padding: 12px;
}

.GalleryApiAlbum .arrow {
	padding-right: 12px;
	background: url('/i/icn_discarrow@2x.png') no-repeat right center;
	background-size: 8px 13px;
}

.GalleryApiAlbum .image {
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 80px;
	min-height: 64px;
}

.GalleryApiAlbum .image:before {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
	min-height: 64px;
}

.GalleryApiAlbum .info {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.GalleryApiAlbum .info .title {
	font-size: 17px;
	line-height: 24px;
	color: #1e1e1e;
}

.GalleryApiAlbum .info .count {
	font-size: 12px;
	line-height: 17px;
	color: #1e1e1e;
}

.GalleryApiPictures .pictures {
	padding: 1px;
}

.GalleryApiPicture {
	width: 25%;
	box-sizing: border-box;
	padding: 1px;
	float: left;
	position: relative;
}

.GalleryApiPicture.selected:after {
	content: '';
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	background: rgba(255, 255, 255, 0.5) url('/i/added22_orange_typ1@2x.png') no-repeat right 6px bottom 6px;
	background-size: 24px auto;
}

.GalleryApiPicture .image {
	width: 100%;
	display: block;
}

.GalleryApi .selectedCount {
	background-color: #f6f6f6;
	border-top: 1px solid #e1e1e1;
	width: 100%;
	height: 44px;
	position: fixed;
	bottom: 0;
	text-align: center;
	line-height: 44px;
	font-size: 17px;
	color: #1e1e1e;
}

.GalleryApi.with-count {
	padding-bottom: 45px;
}

.GalleryApi .uploadButton {
	margin: 12px 12px 0;
	height: 44px;
	border-radius: 6px;
	background-image: linear-gradient(to top, #f8f8f8, #ffffff);
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
	border: solid 1px #c9c9c9;
	text-align: center;
	position: relative;
	line-height: 24px;
	font-size: 17px;
	color: #565656;
}

.GalleryApi .uploadButton > span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 32px;
}

.GalleryApi .uploadButton:before {
	content: ' ';
	height: 44px;
	display: inline-block;
	vertical-align: middle;
}

.GalleryApi .uploadButton .Uploader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.GalleryApi .sectionTitle {
	margin: 12px 12px 0;
	color: #8e8e8e;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
}