/* ddGM THEME: Default */
/* DOT NAVIGATION MODULE */

.ddGM-dotNav-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

.ddGM-dotNav {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
}

.ddGM-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 7px;
	height: 7px;
	margin: 2px;
	border-radius: 30px;
	background: #333;
	border: solid 1px #fff;
}

.ddGM-dot:hover {
	background: #42BDFF;
}

.ddGM-dot.selected,
.ddGM-dot.selected:hover {
	background: #fff;
	border: solid 1px #333;
}