// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
$(document).ready(function(){
  
  // sort our PNGs on IE6
	$(document).pngFix();
	
	$('#slide').innerfade({ 
    speed: 'slow', 
    timeout: 4000, 
    type: 'sequence', 
    containerheight: '470px' 
  }); 
  
  $("a.lightme").attr('rel', 'gallery').fancybox({
		'speedIn'		  :	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true
	});

});