
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 275px;
height: 270px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 0 15px 0 0;
	text-align: left;
}

