/*
                              Javascript for
                            TrentCSA.ca - Executives
--------------------------------------------------------------------------------
*/


$(function() {

/* Slideshow Image Adjustment
________________________________________________________________________________ */

	// Reset content padding to allow for slideshow 
	$('#Content').css({
		paddingTop: '225px',
		background: "url('images/header-campaigns.jpg') 0 0 no-repeat"

	});

	// Make the h1 element overlap the slideshow image
	$('#Content h1:first').css({
		display: 'none'
	});
	
});

