<style type="text/css">

.carousel-indicators {
	background-color: transparent;
	bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.carousel-indicators .active {
	background-color: transparent;
}

.carousel-inner img {
	width: 100%;
}

.carousel-control {
		width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	top: 48%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 20px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 20px;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
	background-color: transparent;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/*
bottom|10%|10px 10px 10px 10px|100px|10%|100%|0%|0%
*/

.carousel-overlay
{
	position: absolute;
	t/op: 50%;
	bottom: 5%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff;
}

.carousel-overlay .overlay {
	background: rgba(0, 0, 0, .5);
	background: rgba(28, 28, 28, .5);
	padding: 10px;
	text-align: left;
}

.item {
	display: none;
	position: relative;
	.transition(.6s ease-in-out left);
	.transition(12s ease-in-out left);
}

