#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 536px;
	height: 325px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	padding-right: 15px;
	z-index: 100;
}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 220px;
	height: 160px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	background-image: url(scrol-background2.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
}




