
.carousel-caption{
    text-decoration: none !important;
	display: inline-block;
	width: 100%;
	left: 0px !important;
	right: auto !important;
	bottom: 0px !important;
	color: #FFF !important;
	padding: 30px 15px !important;
	background-image: url("/images/grad_picsmall.png");
	/*background-position: bottom;*/
	background-size:100% 100%;
	background-repeat: repeat-x;
}
.caption-title{
    font-family: Kaff-SemiBold;
    color: white!important;
    text-align: right;
    margin-bottom: 5px;
    font-size: 20px;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.caption-description{
    font-family: Kaff-Light;
    color: white!important;
    text-align: right;
    font-size: 14px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.carousel-indicators li{
    width: 5px!important;
    height: 5px!important;
    border: 0px!important;
    background-color: #ccc;
    margin: 2px!important;
}
.carousel-indicators{
    bottom: 0px;
}