#mycustomscroll {
/* Typical fixed height and fixed width example */
background-image: url(images/scrollbar_bg.gif);
	width: 200px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}





