@charset "utf-8";


/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper {
   overflow:hidden;
   width:100%;
   margin:0 0 20px 0;
}
div.scrollableArea {
   width:auto; height:100%;
}
.makeme {
   width:100%;
   height:117px;
   border: 1px solid #ccc;
   padding: 10px 0;
}


.makeme * {
   float:left;
   margin:0; padding:0;
}