.holder {
position: absolute;
top: 180px;
left: 200px;
width: 650px;
height: 360px;
}

.scroll-pane {

width: 650px;
height: 360px;
overflow-x: auto;
overflow-y: auto;
background-color: transparent;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
float: left;
}
