/*
/*	onLoad Functions
/*	----------------
/*	These initialize some of the dynamic functionality used by the theme
*/

jQuery(document).ready(function() {
	
	// initialise pngFix (IE sucks)
	jQuery('#logo').supersleight();
	jQuery('.slideshow').supersleight();
	jQuery('img').supersleight();
	
	

});

