/* NOTE: styles needed for the code are included in css files with matching names; i.e., 
    scrollbar.html uses scrollbar.css
    scroll_v.html uses scroll_v.css
    ...
    See comments in style and script segments of demos for more information
*/

#wn, #lyr1 {
	width:160px;
}

/* so content top lines up with scrollbar top */
#wn p:first-child, #wn1 p:first-child, #wn2 p:first-child {
    margin-top:0;
    }