#scrollbar_container {
float:left;
position:relative;
width:339px;
}

#scrollbar_track {
background-image:url(../images/scroll.gif);
background-position:center center;
background-repeat:repeat-y;
position:absolute;
top:0;
right:0;
height:100%;
width:10px;
background-color:transparent;
cursor:move;
}

#scrollbar_handle {
width:7px;
background-color:#ffffff;
border: 1px solid #693221;
cursor:move;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
opacity:0.9;
-moz-opacity:0.9;
}

#scrollbar_content {
text-align: left;
overflow:hidden;
width:290px;
height:468px;
}
