// JavaScript Document

$.fn.cycle.defaults.timeout = 10000;

$(function() {
	$('#bigcar').cycle({
		fx: 'scrollDown',
		speedIn:  2500,
		speedOut: 3000,
		easeIn:  'bounceout',
//		easeOut: 'backin',
//		delay:   -2000,
		random: 1
	})
});
