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