
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 449px;
height: 458px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: #ffffff;
padding: 0px;
	text-align: left;

}

