
/* container for slides */
.slides {
	margin: 5px 5px;
	position: relative;
	cursor: pointer;
}

/* single slide */
.slides > div {
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/* tabs (those little circles below slides) */
.slidetabs {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility: hidden;
}
