jQuery(function($){
	
	var settings = {
		"effect" 			: "fade",
		"duration"			: "3",
		"effectDuration"	: 800,
		"bullets"			: true
	}
	
	if($("#slideshowContainer").length > 0)
		$("#slideshowContainer").slideshow(settings);
});
