.object-gallery {
    width: 936px;
    height: 400px;
    position: relative;
    /*background: url(../../img/sprite.png) 0px -457px no-repeat;*/
}
.object-gallery #prev, .object-gallery #next {
    display: block;
    width: 121px;
    height: 94%;
    position: absolute;
    top: 6px;
    z-index: 10;
    background: rgba(232, 211, 169, 0.50);
    cursor: pointer;
}
.object-gallery #prev:before {
    content: "";
    display: block;
    width: 45px;
    height: 65px;
    position: absolute;
    top: 40%;
    background: url(../../img/sprite.png) -662px -134px no-repeat;
    left: 30px;
}
.object-gallery #next:before {
    content: "";
    display: block;
    width: 45px;
    height: 65px;
    position: absolute;
    top: 40%;
    left: 30px;
    background: url(../../img/sprite.png) -711px -134px no-repeat;
}
.object-gallery #prev {
    left: 9px;
    box-shadow: 15px 0 30px -20px #000 inset;
}
.object-gallery #next {
    right: 6px;
    box-shadow: -15px 0 30px -20px #000 inset;
}
#carousel {
    width: 920px;
    height: 376px;
    position: relative;
    clear: both;
    overflow: hidden;
    left: 9px;
    top: 6px;
}
#carousel img {
    visibility:hidden; /* hide images until carousel can handle them */
    height: 100% !important;
    top: 0 !important;
    opacity: 1 !important;
}
.carousel-center {
    width: 80%;
    height: 100%;
    top: 0;
}
.split-left {
    width:500px;
    float:left;
}
.split-right {
    width:500px;
    float:left;
    margin-left:10px;
}
#callback-output {
    height:250px;
    overflow:scroll;
}