$(document).ready(function(){	  
    
    // Init pdBox
    $('.thickbox').pdBox({minWidth: 400});
    
    $('.slideshow').cycle({
		fx:     'scrollUp', 
	    timeout: 10000, 
	    delay:  -2000
	});
});
