.back {
background-color:#E4E4E4;
float:left;
height:450px;
width:50px;
}

.back a {
display:block;
height:450px;
width:50px;
background-image:url(/uploads/74/7e/747e1669996fcae43ed38cc946ce9371/back.gif);
background-position:center center;
background-repeat:no-repeat;
font-size:0px;
outline-style:none;
}

.backRounded {
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
}

.forward {
    background-color:#E4E4E4;
    float:left;
    height:450px;
    width:50px;
}

.forward a {
    display:block;
    height:450px;
    width:50px;
    background-image:url(/uploads/c4/cc/c4cc5a96645ac9178e37e0756a704175/forward.gif);
    background-position:center center;
    background-repeat:no-repeat;
    font-size:0px;
    outline-style:none;
}

.forwardRounded {
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}

#carouselSpace {
    margin-bottom:12px;
    padding-bottom:12px;
    height:450px;
    width:860px;
    float:left;
}

#carouselContainer{
    height:450px;
    overflow:hidden;
    position:absolute;
    width:860px;
}

#carousel-wrapper {
    width:890px;
    height:480px;
    overflow:auto;
}

#carousel-content {
    width:15000px;
}

#carousel-content .slide {
    float: left;
    width:860px;
    height:450px;
}

.carouselAdminMenu > ul {
    margin:0;
    padding:12px 0;
}

.carouselAdminMenu > ul > li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-right:3px;
}

.carouselAdminMenu > ul > li >a {
    padding-left:6px;
}