#rightBox {
float: left;
width: 510px;
height: 277px;
overflow: hidden;
}

/* vertical track */
#track1 {
float: left;
width: 15px;
height: 340px;
margin-top: 5px;
margin-left: 5px;
border:1px solid #7a7a7a;
}
/* vertical track handle */
#handle1 {
width: 15px;
height: 20px;
background-color:#8e0428;

cursor: move;
}


