$(function() {
	$('.adorn').corner("10px");

	$('#slideshow').cycle({ 
		fx:    'fade', 
		speed:  2500, // Actual speed of transition
		timeout:       6000, // delay **between slides**
		delay: 0 // time before whole show starts. Gives images time to load.
		});

		$('.port-link,.post-link').lightBox();

		PEPS.rollover.init();
		
    $('#slideshow').click(function(){
   		location.href='/nodes/view/4';
    return false;
    });


prettyPrint();
});