body {
}

#flowpanes {
          position:relative;
          overflow:auto;
          clear:both;
        }

        /* override single pane */
        #flowpanes div {
          float:left;
          display:block;
          width:670px;
          cursor:pointer;
          font-size:14px;
        }

        /* our additional wrapper element for the items */
        #flowpanes .items {
          width:20000em;
          /*width:400px;*/
          position:absolute;
          clear:both;
          margin:0;
          padding:0;
        }

        #flowpanes .less, #flowpanes .less a {
          color:#999 !important;
          font-size:11px;
        }