#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 350px;
	height: 195px;
	overflow: auto;
	padding-right:50px;
	margin-top:-1px;
	margin-right:10px;

}
