/**
 * CUFON
**/
	Cufon.replace('h1');
	Cufon.replace('h2');
	Cufon.replace('h3');
	Cufon.replace('h4');
	Cufon.replace('h5');
	Cufon.replace('h6');
	
/**
 * START JQUERY
**/
jQuery(document).ready(function($)
{

	//MENU
	// $("#menu a").removeAttr('title');
	// $("#menu li").find('ul').css({visibility: "visible",display: "none"});
		
	 // $("#menu li").hover(function() 
	 // {
		 // $(this).find('ul:first').css({visibility: "visible",display: "none"}).fadeIn('slow');
	 // },function()
	 // {
		 // $(this).find('ul:first').fadeOut('slow');
	 // });
	 
	 // $("#menu li").click(function()
	 // {
		// $("#menu li").find('ul').fadeOut('slow');
		// $(this).find('ul:first').css({visibility: "visible",display: "none"}).fadeIn('slow');
		
	 // });
	
	//KEN BURNS
	$('.crossslide').crossSlide({
	  fade: 1
	}, [
	  {
		src:  'http://konijncycling.nl/wp-content/themes/konijn/content/images/kenburns/01.jpg',
		from: 'right top 1x',
		to:   'left bottom 1.2x',
		time: 12
	  },
	  {
		src:  'http://konijncycling.nl/wp-content/themes/konijn/content/images/kenburns/02.jpg',
		from: 'left bottom 1x',
		to:   'right top 1.2x',
		time: 12
	  },
	  {
		src:  'http://konijncycling.nl/wp-content/themes/konijn/content/images/kenburns/03.jpg',
		from: 'right top 1x',
		to:   'left bottom 1.2x',
		time: 12
	  },
	  {
		src:  'http://konijncycling.nl/wp-content/themes/konijn/content/images/kenburns/04.jpg',
		from: 'left bottom 1x',
		to:   'right top 1.2x',
		time: 12
	  },
	  {
		src:  'http://konijncycling.nl/wp-content/themes/konijn/content/images/kenburns/05.jpg',
		from: 'right top 1x',
		to:   'left bottom 1.2x',
		time: 12
	  },
	  {
		src:  'http://konijncycling.nl/wp-content/themes/konijn/content/images/kenburns/06.jpg',
		from: 'left bottom 1x',
		to:   'right top 1.2x',
		time: 12
	  },
	  {
		src:  'http://konijncycling.nl/wp-content/themes/konijn/content/images/kenburns/07.jpg',
		from: 'right top 1x',
		to:   'left bottom 1.2x',
		time: 12
	  }
	]);	
});



