@charset "utf-8";
/* CSS Document */
/*body{padding-top:20px;}*/
.carousel {
    margin-bottom: 0;
    padding: 0 10px 30px 10px;
}
/* The controlsy */
.carousel-control {
	/*left: -12px;*/
	left: 15px;
    height: 40px;
	width: 40px;
   /* background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;*/
    margin-top: 13%;
}
.carousel-control.right {
	/*right: -12px;*/
	right: 15px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}
