/* CSS Document */
.carousel-control {
	color: rgb(255, 0, 129) !important;
	background: none !important;
	opacity: 1 !important;
	text-shadow: none !important;
}
.carousel-indicators {
	margin-bottom: 0px;
	bottom: -20px !important;
}
.carousel-indicators .active {
	background-color: rgb(255, 0, 129) !important;
	margin-right: 3px;	
	border: none;
	height: 10px;
	width: 10px;
	margin-bottom: 1px;
}
.carousel-indicators li{
	border: 1px solid grey;	
}
.carousel-caption {
	text-shadow: none;
	color: black;
	bottom: -80px;	
}
.carousel-caption p {
	padding-bottom: 0px !important;	
	color: #404040;
}
.carousel-inner .item img {
	display: block;
	margin: auto;
	margin-bottom: 60px;	
}
.slider-arrow-left {
	position: absolute;
	top: 45%;
	left: 27%;	
}
.slider-arrow-right {
	position: absolute;
	top: 45%;
	right: 27%;	
}
.carousel-indicators li {
	border: 1px solid rgb(255, 0, 129) !important;
	margin-right: 3px;	
}
.carousel {
	margin-bottom: 40px;	
}