#carousel {
    width: 100%;
    height: 322px;
    position: relative;
    clear: both;
    overflow: hidden;

}

#carousel img {
    visibility: hidden; /* hide images until carousel can handle them */
    cursor: pointer; /* otherwise it's not as obvious items can be clicked */
}

.split-left {
    width: 450px;
    float: left;
}

.split-right {
    width: 400px;
    float: left;
    margin-left: 10px;
}

#callback-output {
    height: 250px;
    overflow: scroll;
}

textarea#newoptions {
    width: 430px;
}

.nav-wc {
    width: 80px;
    margin: 20px auto
}
