

#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 600px;
	height: 539px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	
	}
	
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 600px;
	height: 521px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	
	}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
	width: 600px;
	height: 508px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	
	}
	