$(document).ready(function() {
	if($('div.slideshow').length > 0)
	{
		$('div.slideshow').slideshow({
			timeout: 4000,
			speed: 600,//'slow',
			type: 'sequence'//'random'
		})
	}
});
