#panelbox1 .bd {
    height: 100px;
}
#panelbox2 .bd {
    height: 100px;
}
#panelbox3 .bd {
    height: 100px;
}
#panelbox4 .bd {
    height: 100px;
}
#panelbox5 .bd {
    height: 100px;
}
/* Resize Panel CSS */
.yui-panel-container .yui-resizepanel .bd {
    overflow: auto;
    background: #ffffff url(bg.png) 0 100% repeat-x;
}
.yui-panel-container.hide-scrollbars .yui-resizepanel .bd {
    overflow: hidden;
}
.yui-panel-container.show-scrollbars .yui-resizepanel .bd {
    overflow: auto;
}		
.yui-panel-container.show-scrollbars .underlay {
    overflow: visible;
}
.yui-resizepanel .resizehandle { 
     position: absolute; 
     width: 10px; 
     height: 10px; 
     right: 0;
     bottom: 0; 
     margin: 0; 
     padding: 0; 
     z-index: 1; 
     background: url(corner_resize.gif) left bottom no-repeat;
     cursor: se-resize;
 }
