@charset "utf-8";
/* CSS Document */

.carousel-caption {
	position:static;
	min-height:200px;
	text-shadow: 0 1px 2px rgba(0,0,0,.3);
	margin:0 15px 0 15px;
	padding-top:0px;
	padding-bottom:0px;
}

.carousel-title {
    margin: 5px 0 5px 0;
    padding: 0;
    font-size: 1.8em;
    line-height: 1.4em;
	font-weight:bold;
	border-bottom: 1px dashed #222222;
	color:#333;
	/*background-color: rgba(0, 0, 0, 0.2);*/
}

.carousel-subtitle {
    font-size: 1.5em;
    /*color: #fff6a7;*/
    font-weight: 300;
	color:#333;
}

.carousel-list li {
    color: #222222;
    overflow: hidden;
    text-align: left;
	color:#333;
}
.carousel-p {
	color: #222222;
}

.carousel-indicators {
	position:absolute;
	float:left;
    bottom: 0px;
	margin-bottom:0px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #222222;
}
.carousel-control {
	width:auto;
}
.carouselButtons {
	float:left;
	bottom:0px;
}