/* slideshow */

$(document).ready(function() {
						   
	$('#header-slides').cycle({ 
		prev:   '#prev', 
		next:   '#next', 
		timeout: 5000 
	});
	
});
