jQuery(function(){
			jQuery('ul.sf-menu').superfish({
				 autoArrows:   false
			});
			
			
			jQuery('ul#title-sponsors').innerfade({
				speed: 4000,
				timeout: 9000,
				type: 'random',
				containerheight: '100px'
			});
			
			jQuery('ul#gold-sponsors').innerfade({
				speed: 4000,
				timeout: 17000,
				type: 'random',
				containerheight: '100px'
			});
			
			jQuery('ul#silver-sponsors').innerfade({
				speed: 4000,
				timeout: 25000,
				type: 'random',
				containerheight: '100px'
			});
			
			jQuery('ul#bronze-sponsors').innerfade({
				speed: 4000,
				timeout: 30000,
				type: 'random',
				containerheight: '100px'
			});

		
		jQuery('body, html').scrollLeft(500);	
		jQuery('ul.buttons a, .final-text a').imgPreview({
			containerID: 'preview-container',
			distanceFromCursor:{top:-250,left:20}
		});	
		
		jQuery("a[rel^='prettyPhoto']").prettyPhoto({
			animation_speed: 'fast', /* fast/slow/normal */
			opacity: 0.8, /* Value between 0 and 1 */
			show_title: true, /* true/false */
			theme: 'facebook', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
			modal: false /* If set to true, only the close button will close the window */
			
			
		});
		
		

});

