$(document).ready(function() {

	// run image slide show
	$('div#brand_cycler').cycle({
		fx     : 'fade',
		speed  : 750,
		timeout: 3000
	});

});
