#carousel_content{
    width: 100%;
    height: auto;
    min-height: 100px;
    background: #ededed;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;       
    margin: 5px auto 20px; 
}