

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width:  310px;
	height: 280px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;	
	left: -7px;
	background-color: #fff;
	margin: 0.3em auto;
	padding-top: 0px;
	color: #000;
}
