// JavaScript Document
$(document).ready(function() {
	$('.slideshow').cycle({ 
	fx: 'fade',
	speed: '1800',
	timeout: 5369,
	sync:1
	});
});
$(document).ready(function() {
	$('.slideshow2').cycle({ 
	fx: 'fade',
	speed: '1800',
	timeout: 7123,
	sync:1
	});
});
$(document).ready(function() {
	$('.distinctive').cycle({ 
	fx: 'fade',
	speed: '600',
	timeout: 6000,
	sync:1
	});
});

