div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: calc((100% - 40px) / 2);
	height: 600px;
	position:relative;
	background-color: #fff;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.content a {
	display: inline-block;
	width: 100%;
}
div.controls {
	position: absolute;
	top: 200px;
	width: 100%;
	z-index: 1000;
}
div.ss-controls {
	display: none;
}
div.nav-controls .prev {
	float: left;
	height: 24px;
	width: 24px;
	background-image:url(/img/bottom/artist_detail_arrow_prev.png);
	background-repeat:no-repeat;
	background-position: left;
	text-indent: -9999px;
	position:relative;
	left: -12px;
}
div.nav-controls .next {
	float: right;
	height: 24px;
	width: 24px;
	background-image:url(/img/bottom/artist_detail_arrow_next.png);
	background-repeat:no-repeat;
	background-position: right;
	text-indent: -9999px;
	position:relative;
	right: -12px;
}
.slideshow-container {
/*	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px 20px;*/
	height: 380px;
}
div.slideshow span.image-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	max-width: 340px;
	max-height: 340px;
	object-fit: contain;
}
div.caption-container {
	width: 100%;
	padding: 20px;
	position: absolute;
	bottom: 40px;
}
.caption {
	display: flex;
	flex-flow: column;
	gap: 10px;
}
div.image-title {
	font-size: 14px;
	font-weight: bold;
}


div.navigation {
	width: calc((100% - 120px) / 2);
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
.thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
ul.thumbs li {
	display: flex;
	width: calc((100% - 20px) / 3);
}
a.thumb {
	display: flex;
	align-items: center;
	background: #fff;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	padding: 10px;
}


.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	font-weight: bold;
	margin-top: 20px;
}
div.navigation div.top {
	display: none;
}
div.pagination span.current,
div.pagination a,
div.pagination span.ellipsis {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #9EA9BD;
	padding: 4px 8px;
}
div.pagination span.current {
	background: #9EA9BD;
	color: #fff;
}
div.pagination a {
	background: #fff;
	color: #9EA9BD;
}
div.pagination a:hover {
	background: #9EA9BD;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 0;
}
div.download {
	float: right;
}










@media screen and (max-width:1000px) {
div.content {
	height: 540px;
}

}





@media screen and (max-width:860px) {
div.content {
	height: 480px;
}

}





@media screen and (max-width:687px) {
div.content {
	width: 100%;
	height: 510px;
}
div.caption-container {
	bottom: 0;
}
div.navigation {
	width: 100% !important;
}

.pagination {
	justify-content: stretch;
}

}





@media screen and (max-width:520px) {
div.content {
	height: 480px;
}

}





@media screen and (max-width:444px) {
div.content {
	height: 420px;
}
div.slideshow img {
	max-height: 300px;
}

ul.thumbs li {
	width: calc((100% - 10px) / 2);
}

}
