@media (max-width: 360px) {
	.carousel-caption {
		font-size:10px;
	    display: block;
	}
}
.carousel-control.right {
	background: url("../images/arrow-right.png") no-repeat scroll right center rgba(0, 0, 0, 0) !important;
	background-size: 25px auto !important;
}
.carousel-control.left {
	background: url("../images/arrow-left.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important;
	background-size: 25px auto !important;
}
.carousel-caption {
    bottom: -21px;
    color: #666666;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
    left: 0px;
    right: 0px;
    display: block !important;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	margin-bottom: 30px;
}
