@charset "utf-8";
/* CSS Document */
      body {
        font-family:Arial;
        font-size:12px;
        background:transparent;
      }
      .example-desc {
        margin:0px 0;
        padding:10px;
      }

      #carousel {
        width:100%;
        border:0px;
        height:350px;
        position:relative;
        clear:both;
        overflow:hidden;
        background:transparent;
      }
      #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:00px;
      }
      #callback-output {
        height:250px;
        overflow:scroll;
      }
      textarea#newoptions {
        width:430px;
      }
    </style>
