$(document).ready(function() {
    $('#slideshow').cycle({
		fx: 'fade',
		timeout: 200,
		speed: 1500,
		random: 1 // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	    $('#brandshow').cycle({
		fx: 'none',
		timeout: 0,
		speed: 1500,
		random: 1 // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
		$('#brandshowb').cycle({
		fx: 'none',
		timeout: 0,
		speed: 1500,
		random: 1 // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});
