.ms-gallery {
	margin: 1em auto;
	position: relative;
	text-align: center;
	width: 100%;
}

.ms-gallery .featured-image {
    padding-bottom: 1em;
}

.ms-gallery .thumbnails {
	text-align: left;
}

.ms-gallery .thumbnail {
    display: inline;
    margin: .4em;
}

.ms-gallery .prev,
.ms-gallery .next {
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	height: 32px;
	padding: 5px;
	position: absolute;
	text-indent: -99999px;
	top: 150px;
	width: 20px;
}

.ms-gallery .prev {
	background-image: url("images/arrows.png");
	background-position: 5px center;
	left: 10px;
}

.ms-gallery .next {
  background-image: url("images/arrows.png");
  background-position: -23px;
  right: 10px ;
}
