$(document).ready(function() {	
	/// Really Simple Slideshow from reallysimpleworks.com
	$('.slideshow').rsfSlideshow( {	
		controls: {
			playPause: {auto: true},
			previousSlide: {auto: true},
			nextSlide: {auto: true}
		},
		interval: 5,
		transition: 500,
		effect: 'slideUp'
	});
	

	
});



			
			

