jQuery(document).ready(function($) {
	
	// png Transparency fix for IE 6 or incompatible browsers
	$().pngFix( );
	
	// Stripe tables with the class: infoTable
	$( function(){
		$("table.altRows tr:even").addClass("tableStripeEven");
	});
	
	// Slow Side Show
	$('.SS_FadeSlow').cycle({ 
		fx:    'fade', 
		speed:  2500
	});
	
});
