.galleryPhotoListView .galleryCaption
	{
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: .1rem;
	padding-right: .1rem;
	line-height: initial;
}

.galleryPhotoListView .galleryCaptionContainer{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(10, 10, 10, 0.5);
	color: #fefefe;
}

 .galleryPhotoListView {
	text-align: center;
	display: inline-block;
}

.galleryPhotoListView .thumbnail {
	position: relative;
	width: 95%;
}

.xContentDivider {
	height: .5rem;
	width: 100%;
	background-color: #e9cb4b;
	position: relative;
	z-index: -1;
}

.xContentDivider:before {
	content: "";
    width: 30%;
    border-top: .4rem solid rgb(244, 244, 242);
    border-right: .5rem solid transparent;
    position: absolute;
    min-width: 11rem;
    top: -.05rem
}

.button.moreLink:hover, .button.moreLink:focus{
    color: white;
    background-color: #9a5c26;
}

.galleryOrbitContainer{
	position: relative;
}

.galleryOrbitContainer .orbit-slide-number {
    left: 1.5rem;
}

@media screen and (max-width: 39.9375em) {
	button.orbit-previous, button.orbit-next {
		display: none;
	}
	
	.galleryOrbitContainer .orbit-bullets{
		display: none;
	}
}
@media print, screen and (min-width: 40em) {
}
	
