$(document).ready(function() {
	$('#slideshow').nivoSlider({
		controlNav:false,
		directionNav:false,
		effect:'fade'
	});
}); 

