$(function(){
	$("#slideshow").faded({
		speed: 500,
		crossfade: true,
		bigtarget: true,
		loading: true,
		loadingimg: "images/loading.gif",
		autoplay: 4000,
		autorestart: 1,
		random: false,
		autopagination:false
	});
	
	$(".boxset-image").faded({
		speed: 500,
		crossfade: true,
		bigtarget: true,
		loading: true,
		loadingimg: "images/loading.gif",
		autoplay: 2000,
		autorestart: 1,
		random: false,
		autopagination:false
	});
});

