$(document).ready(function() {


	// Image Rollover
	IMAGEWORK.rollover.init();

    // Header Image Transitions
    $('#slideshow').cycle({ 
        fx:      'fade', 
        timeout:  10000, 
		speed:	  2750,
	    pause:   1 
    }); 
	
		// Lightbox
    $('#gallery a').lightBox();
	
});