body {
	margin: 0 0 200px;
    background-color: #000000;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
a,
.galleryThumbnails img {
    transition: all 150ms linear;
}
.galleryContainer {
	margin: 40px auto;
	width: 900px;
}
.galleryPreviewImage img {
	display: none;
	border-radius: 30px;
	position: relative;
	top: 0;
	left: 0;
}
img.previewImage1 {
    display: block;
}
.galleryPreviewArrows a {
	font-family: Arial;
	font-size: 30px;
	background: rgba(0,0,0, 0.3);
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	border-radius: 100px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -35px;
}
a.nextSlideArrow {
	right: 20px;
	left: auto;
}
.galleryPreviewArrows a:hover {
	background: #000;
	margin-top: -40px;
}
.galleryNavigationBullets {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}
.galleryNavigationBullets span {
	display: none;
}
.galleryNavigationBullets a {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
	background: #ddd;
}
.galleryNavigationBullets a:hover,
.galleryNavigationBullets .active {
	background: #555;
}
