
#mycustomscroll {
/* Typical fixed height and fixed width example */
	top:105px;
	left:80px;
	width: 490px;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	z-index:25;
	/*background-color: #E7EADE;*/
}

