 $(document).ready(function(){
        $('#coupons_slider').bxSlider({
            controls: true,
			hoverPause:true,
			speed: 2000,
			pause: 6000,
			auto: true // don't add a coma at the end of the statement or else it would break the code
		});
    });

