	
#slides .slides-container { display: none; }

#slides .scrollable {
*zoom: 1;
position: relative;
top: 0;
left: 0;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
height: 100%;
	}

	#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
	}

.slides-navigation {
margin: 20px auto 0;
position: absolute;
z-index: 3;
top: 40%;
width: 100%;
	}

	.slides-navigation a {
	position: absolute;
	display: block;
		}

		.slides-navigation a.prev {
		left: 25px;
		color: transparent;
		width: 34px;
		height: 34px;
		background: url('superslides/left.png') 50% 50%;
		background-size: cover;
		}

		.slides-navigation a.next {
		right: 25px;
		color: transparent;
		width: 34px;
		height: 34px;
		background: url('superslides/right.png') 50% 50%;
		background-size: cover;
		}

.slides-pagination {
position: absolute;
z-index: 3;
bottom: 20px;
text-align: center;
width: 100%;
	}

	.slides-pagination a {
	border: 2px solid #fff;
	border-radius: 15px;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
	margin: 2px;
	overflow: hidden;
	text-indent: -200px;
		}

		.slides-pagination a.current { background: #fff; }