$(document).ready(function()
{
	$('#sidebar .textwidget .slideshow').cycle({
		timeout: 5000,
		speed: 500,
		pause: 1
	});
	$('#content .slideshow').cycle({
		timeout: 5000,
		speed: 500,
		pause: 1,
		prev: '#gallery-prev',
		next: '#gallery-next',
	});
});
