$(document).ready(function(){
  // TICKER
  $('#ticker').list_ticker({
		speed: 5000,
		effect: 'fade'
	});
	
	// SCROLL
	$('.scroll').jScrollPane();
	
	// LIGHTBOX
	$('.image a').lightBox({
    imageLoading:			'http://www.trouverlesmots.com/_v3/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'http://www.trouverlesmots.com/_v3/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'http://www.trouverlesmots.com/_v3/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'http://www.trouverlesmots.com/_v3/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'http://www.trouverlesmots.com/_v3/images/lightbox-blank.gif'			// (string) Path and the name of a blank image (one pixel)
  });
});
