jQuery(document).ready(function() {
		
		if(jQuery('#slider_home').length > 0){
			jQuery('#slider_home').jcarousel({
				scroll : 1,
				size : 6,
				
				
				animation : 1,
				auto : 0,
				wrap : 'both'
				
			});
		}
		
		jQuery('#slide_actu').galleryView({
			panel_width: 667,
			panel_height: 365,
			frame_width: 75,
			frame_height: 60,
			overlay_color: '#222',
			overlay_text_color: 'white',
			caption_text_color: '#222',
			background_color: 'transparent',
			border: 'none',
			nav_theme: 'light',
			easing: 'easeInOutQuad',
			pause_on_hover: true
		});
	
		jQuery('.cat-item-28').hover(function () {
			jQuery('#sous_menu_marque').show();
			itemMarqueOver = 0;
		}, function(){
			setTimeout("testOverMarque()", 100);
		});
		jQuery('#sous_menu_marque').hover(function () {
			itemMarqueOver = 1;
		}, function(){
			jQuery(this).hide();
			itemMarqueOver = 0;
		});		
		
		if(jQuery('#slider_mag').length > 0){
			jQuery('#slider_mag').jcarousel({
				scroll: 1
			});
		}
		jQuery('input#wpsb_email').val("VOTRE ADRESSE E-MAIL");
		
		if(jQuery('#slider').length > 0){
			jQuery('#slider').jcarousel({
				//wrap: 'circular',
				scroll: 1,
				auto: 3
			});
		}
        	
		if(jQuery('#slider2').length > 0){
			
			jQuery('#slider2').jcarousel({
				wrap:'both',
				scroll: 6,
				auto: 0
			});
		}
		
		
		
	});
