.scroll_container {
    position: relative;
	 width: 100%; height: 340px;
}
#scrolldiv {
	position: absolute;
	width: 100%; height: 100%;
	overflow: auto;
	padding-bottom: 10px;
}
#scrolldiv__controls {
	position: absolute;
	right: 0;
	height: 34px;
}
