
.agency-avec-carousel .example-desc {
        margin:3px 0;
        padding:5px;
      }

.agency-avec-carousel #carousel {
        width:700px;
/*        border:1px solid #222;*/
        height:300px;
        position:relative;
        clear:both;
        overflow:hidden;
        background:#FFF;
      }
.agency-avec-carousel #carousel img {
        visibility:hidden; /* hide images until carousel can handle them */
        cursor:pointer; /* otherwise it's not as obvious items can be clicked */
      }

.agency-avec-carousel .split-left {
        width:450px;
        float:left;
      }
.agency-avec-carousel .split-right {
        width:400px;
        float:left;
        margin-left:10px;
      }
.agency-avec-carousel #callback-output {
        height:250px;
        overflow:scroll;
      }
.agency-avec-carousel textarea#newoptions {
        width:430px;
      }