// JavaScript Document

$(function() {
	/*$('ul.sf-menu').sooperfish();*/	

	$('ul.sf-menu').sooperfish({
    	dualColumn:     12,
		tripleColumn:     18,
		hoverClass:  'over',
		delay:    0,
		animationShow:   {height:'show'},
		speedShow:    150,
		easingShow:    'linear',
		animationHide:   {height:'hide'},
		speedHide:    0,
		autoArrows:  false
	});
	
	 $(document).pngFix(); 
	 /*$('.mirror').FontEffect({
			mirror:true,  
			mirrorColor :"" ,// [object color] The color of the reflex 
			mirrorOffset :-4.8, // The distance from text 
			mirrorHeight :100, // The height of the reflex (perc.)* 
			mirrorDetail :1, // The reflex detail 1=high,2=medium,3=low 
			mirrorTLength :70, // The length of the sfumature (perc.)*
			mirrorTStart :0.1
	 })*/

	$("a[rel=fancybox],.lightbox").fancybox({'titleShow' : false});
	$('#sectionListeVignettes').jScrollPane();
	 
	$('.imgHighlight').fadeTo(0,0.6);
	$('.imgHighlight').mouseenter(function(){
		$(this).fadeTo(100,1);
	});
	$('.imgHighlight').mouseleave(function(){
		$(this).fadeTo(100,0.6);
	});
	
/*	$('#logo').crossSlide({
	  sleep: 2,
	  fade: 1
	}, [
	  { src: 'images/mep/mtb_tourisme.png' },
	  { src: 'images/mep/mtb_tourisme.png' },
	  { src: 'images/mep/mtb_tourisme.png' },
	  { src: 'images/mep/mtb_seul.png' },
	  { src: 'images/mep/mtb_telephone.png'   },
	  { src: 'images/mep/mtb_telephone.png'   },
	  { src: 'images/mep/mtb_telephone.png'   },
	  { src: 'images/mep/mtb_seul.png' },
	]);*/
	
	
	/*$('.ssMenu').corner('bl br 13px');*/
});
