// jQuery Slideshow Config Document

$(document).ready(function() {
    $('.rotating-pics').cycle({
		fx: 'scrollRight', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 5000  // milliseconds between slide transitions (0 to disable auto advance) 
	});
});
