
$(document).ready(function()
	{
		//$("#wrapper_bar_headliner").hide();
		//$("#wrapper_bar_headliner").fadeIn(3000);
		
		
		$('#slideshow').cycle(
			{ 
				fx:     'scrollHorz', 
				speed:  'fast', 
				timeout: 0, 
				next:   '#slideshow_nav_next', 
				prev:   '#slideshow_nav_prev' 
			}
		);
		
		
		// Do Dumb*ss IE6 PNG Fixes		
		$("table td").pngfix();
			
		// Fix background images on all A elements
		$("a").pngfix();				
				
		$("#primary_c1_img").pngfix({
			sizingMethod: "scale"
		});
		
		$("#prim_c1_separator").pngfix();
		$("#primary_c3").pngfix();
		$("#hl_item1d, #hl_item2d, #hl_item3d, #hl_item4d").pngfix({
			sizingMethod: "scale"
		});
		
		// Fix all inline PNG images and the element #container with the custom sizingMethod of "scale"
		$("img[@src$=png], #navigation_branding, #wrapper_bar, #wrapper_bar_headliner, #wrapper_bar_img, #wrapper_primary, #primary_c1").pngfix({
			sizingMethod: "scale"
		});
		
		
		//$("#primary_c3").pngfix({
		//	sizingMethod: "crop"
		//});
				
	}
);
