$(function()
{
	$(".slideshow").cycle(
	{
		pause: 1,
		timeout: 5000
	});
});
