#mycustomscroll {
	/* Typical fixed height and fixed width example */

	height: 100px;
	overflow: auto;
	padding-right:0px;
	margin-top:-1px;
	margin-right:10px;

}
