#carousel {
    width:auto;
    border:1px solid #aaa;
    height:350px;
    position:relative;
    clear:both;
    overflow:hidden;
    background:#FFF;
}

#carousel img {
    visibility:hidden; /* hide images until carousel can handle them */
    cursor:pointer; /* otherwise it's not as obvious items can be clicked */
    height: 300px;
}

.carousel-link,
.list-link {
    float: right;
}