$(document).ready(function(){
	$('#slideshowContainer').slideshow({
		width: 543,
		height: 357,
		play: true,
		title: false,
		panel: false,
		time: 3500,
		effecttime: 2000
	});
});
