body{padding-top:20px;}
.carousel {
    margin-bottom: 0;
    padding: 0 0px 30px 0px;
}
/* courousel thumbs */
.carousel .thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: none !important;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/* The controlsy */
.carousel-control {
	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: 90px;
}
.carousel-control.right {
	right: -15px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The color of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #000000;
}
.carousel-control a, a:visited, a:link {
    color: #FFFFFF;
}