    #myCarousel-gallery .thumbnail {
        margin-bottom: 0;
    }
    #myCarousel-gallery .carousel-control.left, .carousel-control.right {
        background-image:none !important;
    }
    #myCarousel-gallery .carousel-control {
        color:#fff;
        top:40%;
        color:#FFCD7B;
        bottom:auto;
        padding-top:4px;
        width:30px;
        height:30px;
        text-shadow:none;
        opacity:1;
    }
    #myCarousel-gallery .carousel-control:hover {
        color: #654A1F;
    }
    #myCarousel-gallery .carousel-control.left, .carousel-control.right {
        background-image:none !important;
    }
    #myCarousel-gallery .carousel-control.right {
        left:auto;
        right:-32px;
    }
    #myCarousel-gallery .carousel-control.left {
        right:auto;
        left:-32px;
    }

    #myCarousel-gallery .carousel-indicators {
        bottom:-30px;
    }
    #myCarousel-gallery .carousel-indicators li {
        border-radius:0;
        width:10px;
        height:10px;
        background:#ccc;
        border:1px solid #ccc;
    }
    #myCarousel-gallery .carousel-indicators .active {
        width:12px;
        height:12px;
        background:#FFCD7B;
        border-color:#FFCD7B;
    }