/******************************************************************/

.bamboo-slides {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.bamboo-slide {
	position: absolute;
	top: 0px;
	left: 101%;
	width: 100%;
	overflow: hidden;
}

.bamboo-slides-prev-button {
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top:-20px;
	width: 50px;
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 0px;
	cursor: pointer;
}

.bamboo-slides-next-button {
	position: absolute;
	top: 50%;
	margin-top:-20px;
	right: -50px;
	width: 50px;
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 0px;
	cursor: pointer;
}

.bamboo-slides-indicators {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.bamboo-slides-indicators i {
	font-size: 20px;
	color: #ffffff;
	margin: 0 2px 5px 2px;
}

/******************************************************************/
