$(document).ready(function(){
  $("UL#nav").minitabs(400,"fade",0);
  
  
  
  // Slide show moved in home_view (bug in plugin)
  
/*
	$('#slideshow').slideshow({
		timeout: 2500,
		type: 'sequence'
	});
	
*/
  
  
  
  
});
