// Slideshow of the car manufacturer brands //
$(document).ready(function() {

	// Slideshow image fading //
    $('.slideshow').cycle({
		fx: 'fade',
		timeout: '2000'
	});

});


