#mycustomscrollX {
	width: 900px;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	top:2px;
}
#mycustomscrollX:focus {outline:none;}

#horizontalwrap {
display: inline; white-space: nowrap;
}

#horizontalwrap img{
padding-right:50px;
}