#demo-container {
    overflow: hidden;
 width:255px;
 height:120px;
}

#demo-wrapper {
   width:255px;
   position: relative;
   height: 120px;
   overflow: hidden;
}

.scrolling-content {
 height: 206px;
}

