// Override default settings
jQuery(document).ready(function () {
	jQuery('#cat_slider_list').hSlides({
        totalWidth: 778,
        totalHeight: 268,
        minPanelWidth: 110,
        maxPanelWidth: 558,
		easing: "easeOutCubic",
		speed: 450,
		activeClass: 'active',
		panelSelector: '.panel'
    });
});;

