/* Nav dots */

.masthead .swell-gallery nav > a {
	display: none;
}

.masthead .swell-gallery nav {
	display: block;

}

.masthead .swell-gallery nav {
	position: relative;
	top: -40px;
}

.masthead .swell-gallery nav ul {
	width: 100%;
	display: block;
	text-align: center;
}

.masthead .swell-gallery nav ul li {
	display: inline-block;
	width: 20px;
	height: 20px;	
	position: relative;
	float: none;
}

.masthead .swell-gallery nav ul li a {
	font-size: 1px;
	text-indent: -9999px;
	width: 18px;
	height: 12px;
	
	background: url(images/gallery_indicator.png) no-repeat -20px 0;
	
	display: block;
}

.masthead .swell-gallery nav ul li.selected a {
	background-position: 0 0;
}


@media (max-width: 767px) {
	.masthead .swell-gallery nav {
		display: none;
	}
}