#scrollbar_container {
    position: relative;
    height: 400px;}

#scrollbar_track {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 10px;
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 0 1px;} 

#scrollbar_handle {
	width: 10px;
	background-color: #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;}

#scrollbar_content {
	overflow: hidden;
	width: 95%;
	height: 100%;}  
