$(document).ready(function() {
	$.fn.hoverscroll.params = $.extend($.fn.hoverscroll.params, {
		vertical : false,
		width: 796,
		height: 213,
		arrows: false
	});
	$('ul#galerie-photo').hoverscroll();
});
