.InvestmentItemWrapper{
    clear:both;
    display:none;
}
.InvestmentItemDescriptionContent{
    height: 145px;
    overflow: hidden;
}
.InvestmentItemDescriptionHeightAuto{
    height: auto;
}
.InvestmentItemGallery{
    margin:15px 25px 0 0;
    width: 300px;
    float: left;
}
.InvestmentItemContent{
    margin:0 25px 0 0;
    width: 325px;
    float: right;
}
.InvestmentItemViewMoreLessCmd{
    margin-top:3px;
    cursor: pointer;
    text-align: right;
}

.carousel-caption{
    background: rgba(204, 171, 130, 0.70);
    left:0 !important;
    bottom:15px !important;
    margin: 0 !important;
    padding: 0px !important;
    width: 100%;
}
.carousel-caption p{
    margin: 4px 0 !important;
}
.carousel-indicators {
    bottom: 0px !important;
    left: auto !important;
    right: 0 !important;
    width: 100px !important;
    margin-left: 0 !important;

}