.slide-container {
	max-width: 500px;
	background-color: transparent;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.slide-container div {
	display: inline-block;
	position: absolute;
	height: 500px;
	width: 500px;
	border-radius: 50%;
	overflow: hidden;
	left: 0;
}

.slide-container div:first-child {
	z-index: 100;
}

.slide-container div:first-child img {
	display: block;
}

.slide-container div img {
	width: 100%;
	display: none;
}

ul.slider-list {
	list-style: none !important;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	text-align: center;
}

ul.slider-list li.selected-item {
	font-weight: bold;
	color: #333;
}

@media only screen and (max-width: 600px) {
	div.slide-container {
		width: 300px;
		height: 300px;
	}

	div.slide-container img {
		width: 300px;
		height: 300px;
	}

	div.slide-container div {
		height: 300px;
		width: 300px;
	}

	div.middle-aligner {
		height: auto !important;
	}
}
