// JavaScript Document

$(document).ready(function() {
	$.fn.hoverscroll.params = $.extend($.fn.hoverscroll.params, {
		vertical : false,
		width: 813,
		height: 301,
		arrows: true
	});
	$('#aliListGallery').hoverscroll();
});
