.custom.tp-bullets {}

.custom.tp-bullets:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: content-box;
}

.custom .tp-bullet {
	width: 12px;
	height: 12px;
	position: absolute;
	background: #aaa;
	background: rgba(125, 125, 125, 0.5);
	cursor: pointer;
	box-sizing: content-box;
}

.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected {
	background: rgb(125, 125, 125);
}

.custom .tp-bullet-image {}

.custom .tp-bullet-title {}
