body {
	margin: 0;
	padding: 0; 
}



#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 420px;
height: 170px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding:0px 10px 0px 0px;
}

