$(document).ready(function() {
	$("#galleryimages").cycle({
		fx: "scrollHorz",
		speed: 1200,
		prev: "#previmage",
		next: "#nextimage",
		easing: "easeOutExpo",
		timeout: 0
	});
});