jQuery(document).ready(function()
{
	
	/**
	*  SCROLL CITATIONS
	*/
	/*i = 0;
	max = $('#quotations div').size();
	
	function scrollTo()		
	{
		$("#quotations").delay(1000).scrollTo($('#quotations div:eq('+i+')'), {duration:4000, onAfter:function(){scrollTo();}});
		i+=1;		
		if (i == max-1){i=0;}
		
	}
	scrollTo();*/
	
 	 jQuery('#diaporama .slide').cycle({
		fx: 'scrollLeft',
		speed: 1000,
		timeout: 5000,
		pause: true,
		cleartype: false
	});
	

 	 jQuery('#comments .slide').cycle({
		fx: 'scrollLeft',
		speed: 1000,
		timeout: 5000,
		pause: true,
		cleartype:  false
	});
	
	 
	jQuery('#inscrits2010 .boxe_white .boxe_content, #inscrits2011 .boxe_white .boxe_content').cycle({
		fx: 'fade',
		speed: 1000,
		timeout: 5000,
		pause: true,
		cleartype:  false		
	}); 
	 
	 
   jQuery('#pictos_sport a[href][title]').qtip({
	content: {
		 text: false // Use each elements title attribute
	},
	position: {
		  corner: {
			 target: 'rightMiddle',
			 tooltip: 'leftMiddle'
		  }
	 },
	style: { 
		  fontWeight: 'bold',
		  width: 110,
		  padding: 1,
		  background: 'black',
		  color: 'white',
		  textAlign: 'center',
		  border: {
			 width: 0,
			 radius: 5,
			 color: 'black'
		  },
		  tip: 'leftMiddle',
		  name: 'dark' // Inherit the rest of the attributes from the preset dark style
	}
	   
	  
   });

	
	/*Fancyzoom*/
	jQuery.fn.fancyzoom.defaultsOptions.imgDir='/wp-content/themes/businessgames/js/ressources/';//very important must finish	with a /
	
	jQuery(".zoomin").fancyzoom({Speed:400,showoverlay:false});
 	
   
	 
	 /**
	 *  POPUP FANCYBOX	 
	 */
	/*  $(".biographie").colorbox({
		scrolling		:	'no',
		autoDimensions	:	true,
		width			:	'50%'
		
	});  */	 
	

	

	
});
