.touchslider-demo .touchslider-nav {
	text-align: center;
	margin-top: 16px;
}
.touchslider-demo .touchslider-nav a {
	cursor: pointer;
	color: #000;
}
.touchslider-demo .touchslider-nav a:active {
	background: #6db4c9;
}

.touchslider-nav {
	font: bold 16px/16px Georgia;
}

.touchslider-demo .touchslider-nav-item {
	width: 13px;
	height: 13px;
	background: #858585;
	margin: 0 5px;
	display: inline-block;
	-webkit-border-radius: 12px;
			border-radius: 12px;
	}
.touchslider-demo .touchslider-nav-item-current {
	background: #6db4c9;
}
