// JavaScript Document
if ($j('#diapo_offre_du_moment')){
	$j('#diapo_offre_du_moment').cycle({ 
		fx:     'fade', 
		timeout: 5000, 
    	pager:  '#nav_diapo_offre_du_moment',
		
		// callback fn that creates a thumbnail to use as pager anchor 
		pagerAnchorBuilder: function(idx, slide) { 
			return '<a href="javascript:void(0)"><img src="/images/fr/masque_btn_silder_home.png" width="12" height="12" class="img_standard" /></a>'; 
		}
	});
}

if ($j('#diapo_gamme')){
	$j('#diapo_gamme').cycle({ 
		fx:     'scrollLeft', 
		timeout: 5000, 
    	pager:  '#nav_diapo_gamme',
		
		// callback fn that creates a thumbnail to use as pager anchor 
		pagerAnchorBuilder: function(idx, slide) {
			return '<a href="javascript:void(0)"><img src="/images/fr/masque_btn_silder_home.png" width="12" height="12" class="img_standard" /></a>'; 
		}
	});
}

if ($j('#diapo_promos')){
	$j('#diapo_promos').cycle({ 
		fx:     'scrollLeft', 
		timeout: 5000, 
    	pager:  '#nav_diapo_promos',
		
		// callback fn that creates a thumbnail to use as pager anchor 
		pagerAnchorBuilder: function(idx, slide) { 
			return '<a href="javascript:void(0)"><img src="/images/fr/masque_btn_silder_home.png" width="12" height="12" class="img_standard" /></a>'; 
		}
	});
}
