.carousel-container {
    position: relative;
    width: 100%;
}
.cycle-slide {
    background: url('images/SS_Bucket_Blue.png') center center no-repeat;
    width:221px!important;
    height:201px;
    padding: 8px 19px 30px 19px;
    color:#03582A;
}
.cycle-slide img {
    max-width: 183px;
    height: 141px;
}
.cycle-slide h5 {
    text-align: left;
    margin-top: -1em;
    margin-bottom: -1em;
}
.carousel-btn {
    position: absolute;
    width: 59px;
    height: 62px;
    z-index: 300;
    top: 25%;
}
.carousel-btn-prev {
    left: -2em;
}
.carousel-btn-prev:hover {
}
.carousel-btn-next {
    right: -2em;
}
.carousel-btn-next:hover {
}