// JavaScript Init Hoverscroll

$.fn.hoverscroll.params = $.extend($.fn.hoverscroll.params, {
	vertical: false,
	width: 730,
	height: 97,
	arrows: true,
	arrowsOpacity: 0.7
});

$(document).ready(function() {   
 
    // start scroller
    $('#image-scroller').hoverscroll();
    
});
