/*.carousel {
    margin: 10px 0 10px 10px;
    padding: 10px;
    width: 240px;
    border: 1px solid #a1dd6f;
    -moz-border-radius: 5px;
    float:right;
}*/

.carousel {
    margin: 10px 0 10px 10px;
    padding: 10px 0 10px 10px;
    width: 240px;
    border-left: 1px solid #a1dd6f;
    float:right;
}

.carousel-box {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 240px;
    height: 240px;
}

.carousel-images {
    position: absolute;
    width: 10000px;
    height: 240px;
}

.carousel-images img {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}

.carousel-controls {
    position: relative;
    margin: 7px 0 0 0;
    text-align: center;
    width: 100%;
}

.carousel-controls .prev {
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-controls .next {
    position: absolute;
    top: 0;
    right: 0;
}
