@charset "utf-8";

.carousel-caption {
    top: 0;
    bottom: auto;

}

.carousel-caption h3{
	font-size: 70px;
	color:red;
	font-weight:700;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	font-family: Helvetica;
}

.carousel-caption h3 > small{
	font-size: 42px;
	color:white;
	font-weight:700;
	text-shadow: none;
	font-family: Helvetica;
}

.carousel-caption p{
	font-size: 30px;
	color:white;
	font-weight: bolder;
}

.carousel-indicators .btn{
	float: left;
}

.carousel-control .glyphicon-chevron-left{
	background-image: url(../../slider/img/arrow-left.png);
	width: 70px;
	height: 70px;
    font-size: 0px;
}

.carousel-control .glyphicon-chevron-right{
	background-image: url(../../slider/img/arrow-right.png);
	width: 70px;
	height: 70px;
    font-size: 0px;
}