/* Removes the default 20px margin and creates some padding space for the indicators and controls */
#carousel{
    background-color: #333333 !important;
}

.carousel {
    margin-bottom: 0px;
    background-color: #333333 !important;
    color: #fff !important;
}
/* Reposition the controls slightly */
.carousel-control {
    margin-top: 160px;
    width: 50% !important;
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
    background: #333333;
}
.row-fluid a {
    background: #333333;
}
