#testDiv2{
    position:relative;
    height:800px;
    width:300px;
    background:#eee;
    overflow:hidden;
    padding-right:17px;
}
#scrollable{
    position:absolute;
    top:0px;        
    width:200px;
	height: 1529px;
}
#scrollhandle{
	-ms-touch-action:none;
    cursor:pointer;
/*    position:absolute;*/
	height: 70px;
   top:0px;
   /* right:0px;*/
    z-index:2;
    background:#D71E05;
    width:17px;
    border-radius:6px;
}
#scrollbkg{
position: absolute;
height: 320px;
top: 0px;
right: 8px;
z-index: 1;
background-image: url("../images/Image_ScrollBar.gif");
width: 12px;
border-radius: 6px;
padding: 1px;

}