// Resolve conflicts with MojoMotor
jQuery(document).ready(function($){
       
	$(window).load(function() {
	    $('#promo-box-1').orbit({
			directionalNav: 'true',
			animation: 'fade',
			bullets: 'true',
			timer: 'true',
			advanceSpeed: 2000 
		});
	});

});




