ul.gallery {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.gallery li {
	float: left;
	height: 175px;
	width: 175px;
	margin: 0 25px 25px 0;
	overflow: hidden;
	cursor: pointer;
}
ul.gallery li .caption,
.gallery-modal .caption {
	display: none;
	position: absolute;
	z-index: 2000;
	width: 163px;
	color: #fff;
	padding: 0 6px 1px 6px;
	background-image: url( '../img/back/tr-50.png' );
}
ul.accounts-sortable li div,
ul.accounts-sortable li img {
	cursor: url( '../img/cursor/reorder_thumbnail.svg' ), auto !important;
}
.gallery-modal .caption {
	display: block;
	width: 100%;
}
.caption a,
.caption a:active,
.caption a:visited,
.caption a:hover {
	color: #fff;
	text-decoration: none;
}
ul.gallery li .bottom {
	margin-top: -33px;
}
ul.gallery li .nohide {
	display: block;
}
ul.gallery li img {
	height: 175px;
	width: 175px;
}

.article-thumb {
	width: 75px;
	height: 75px;
	color: #fff;
	background-color: #e7e7e7;
	cursor: auto;
}

.gallery-thumb {
	width: 175px;
	height: 175px;
	color: #fff;
	background-color: #999;
	cursor: auto;
}
.gallery-thumb-upload {
	height: 50px;
	padding-top: 125px;
	margin-bottom: 50px;
	text-align: center;
	background-image: url( '../img/inputs/add_image.svg' );
	background-repeat: no-repeat;
	background-position: center 65px;
	cursor: pointer;
}
.gallery-thumb-artist-info {
	padding-top: 105px;
	height: 70px;
}
.gallery-thumb-upload-long {
	height: 70px;
	padding-top: 105px;
}
.cover-image {
    height: unset;
	margin-bottom: 0;
	padding-top: 0;
}
.cover_img{
	width: 100%;
	float: inherit;
}
.city-image-upload {
	height: 100px;
	padding-top: 150px;
	margin-bottom: 50px;
	text-align: center;
	background-color: #999;
	background-image: url( '../img/inputs/add_image.svg' );
	background-repeat: no-repeat;
	background-position: center 100px;
	color: #fff;
	cursor: pointer;
}

.gallery-container {
	height: auto;
}
.gallery-modal {
	position: absolute;
	z-index: 6667;
	overflow: hidden;
	border: 25px solid #fff;
	background-color: #fff;
}
.gallery-modal-square img {
	max-height: 375px;
	max-width: 375px;
}
/*
.gallery-modal-horizontal {
	height: 275px;
	width: 400px;
}
*/
.gallery-modal-horizontal img {
	min-height: 275px;
}
/*
.gallery-modal-vertical {
	height: 400px;
	width: 275px;
}
*/
.gallery-modal-vertical img {
	min-width: 275px;
}
.gallery-load {
	position: absolute;
	display: block;
	z-index: 29999;
	height: 175px;
	width: 175px;
	opacity: 0.3;
	background-image: url( '../loading_transparent.gif' );
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
}

.remove-city-image {
	position: absolute;
	display: block;
	height: 30px;
	width: 35px;
	margin: -259px 0 0 740px;
	padding-top: 5px;
	text-align: center;
	background-image: url( '../img/back/tr-50.png' );
	cursor: pointer;
}
.remove-gallery-image {
	position: absolute;
	display: none;
	margin: 0 0 0 140px;
	padding: 0 9px 0 1px;
	text-align: left;
	background-image: url( '../img/back/tr-50.png' );
	cursor: pointer;
	z-index: 2000;
}