		jQuery.noConflict();
		jQuery(document).ready(
			function(){
				jQuery('#headerSlide').innerfade({
					animationtype: 'fade',
					speed: 1200,
					timeout: 4000,
					containerheight: '110px'
				});
			}
		);
		
		
