/* Scrollbar & content css */ #scroll_content{ height: 560px; width: 200px; float:left; overflow:hidden; padding-right:10px; } .scrollbar-vert{ background-color: #CCCCCC; height: 560px; width: 20px; float:left; } .handle-vert{ height: 42px; width: 20px; background: url(handle.gif) no-repeat; cursor:pointer; } .scrollbar-hor{ background-color: #CCCCCC; height: 20px; width: 300px; float:left; } .handle-hor{ height: 20px; width: 42px; background: url(handle-hor.gif) no-repeat; }