#horizontalwrap {
 /* this is only for show*/
/* Following is the way to stack things dynamically */
display: inline; white-space:nowrap;

}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 672px;
	height: 155px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;

}

