         
jQuery(document).ready(function(){
	$(function() {
		$('#sliderBannerImage').carouFredSel({
				width  : 674,
				height : 250,
				visibleItems: 1,
                direction	: 'right',
                autoPlay	: 1,
                scroll      : {
                    items		: 1,
                    effect		: 'easeOutBack',
                    speed		: 1000,
                    pauseOnHover: 1
                },
                auto : {
                     pauseDuration:  5000
                }
  
		});
	});
});
