$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});

$(document).ready(function() {
    $('.swatchshow1').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 3000
	});
});

$(document).ready(function() {
    $('.swatchshow2').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 3200
	});
});

$(document).ready(function() {
    $('.swatchshow3').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 2800
	});
});

$(document).ready(function() {
    $('.swatchshow4').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 2600
	});
});

$(document).ready(function() {
    $('.swatchshow5').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 3400
	});
});

$(document).ready(function() {
    $('.swatchshow6').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 3100
	});
});

$(document).ready(function() {
    $('.swatchshow7').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 2900
	});
});

$(document).ready(function() {
    $('.swatchshow8').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 3200
	});
});


