$(document).ready(function()
{
	
	$('.sshow1').cycle(
	{
		fx: 'fade',
		speed:  2500,
		timeout:  6000,
		delay: -5000
	});
	
	
	$('.sshow2').cycle(
	{
		fx: 'fade',
		speed:  2500,
		timeout:  6000,
		delay: -2000
	});
	
});

