#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 235px;
	height: 360px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	/*position: relative;*/
	margin: 0.3em auto;
	position: absolute;
	padding: 0px 10px 20px 0px;

	left: -4px;
	top: -3px;

}
#scrollbar_content {
	position: relative;
	top: -400px;
	left:  540px;

	width: 200px;
	height:375px;
}

