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