.scrollbar{
	overflow: hidden;
	width: auto;
	height: 200px;
	overflow-y: auto;
}

#myPanel{
	overflow: hidden;
	width: auto;
	height: 300px;
	overflow-y: auto;
}
