.pswp {
	top: 33px;
}

.photoswipe_thumb {
	display: inline-block;
	margin: 0 6px 12px 6px;
	box-shadow: 0 0 4px #000;
	vertical-align: top;
	background: #FFF;
}

.photoswipe_thumb a {
	color: #FFF;
}

.photoswipe_thumb:hover {
	box-shadow: 0 0 6px #000;
}

.photoswipe_thumb:hover img {
	opacity: 0.8;
}

.photoswipe_thumb img {
	display: block;
}

.pswp__button--share {
	display: none !important;
}

.pswp__button--arrow--right::before {
	background-image: url('https://www.ou.edu/content/dam/finearts/music/photoswipe/icons/right.png') !important;
}

.pswp__button--arrow--left::before {
	background-image: url('https://www.ou.edu/content/dam/finearts/music/photoswipe/icons/left.png') !important;
}

.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
	height: 40px !important;
	width: 40px !important;
	background-size: 40px 40px !important;
	background-position: 0 0 !important;
	background-color: transparent !important;
	opacity: 0.7 !important;
}

.pswp__button--arrow--left::before {
	top: 10px !important;
	left: 20px !important;
}

.pswp__button--arrow--right::before {
	top: 10px !important;
	left: 20px !important;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	z-index: 99999;
}

body.mobile .pswp {
	top: 68px;
}

.pswp__button--arrow--left {
	left: -12px;
}

.pswp__button--close img {
	width: 40px;
	height: 40px;
}

.pswp__button--close {
	margin-right: 5px;
	margin-top: 5px;
}

.pswp__button--fs {
	display: none !important;
}