$(document).ready(function(){
	$('#carousel').elastislide({
		border : 0,
		current: 2,
		imageW  : 150,
		margin  : 30
	});
	
	$('a[rel*=lightbox]').lightBox({
		overlayBgColor: '#31120C',
		overlayOpacity: 0.6,
		imageLoading: '../images/lightbox/loading.gif',
		imageBtnClose: '../images/lightbox/close.png',
		/*imageBtnPrev: '<?=URLSITEWEB;?>images/lightbox/flecheGaucheOn.jpg',
		imageBtnNext: '<?=URLSITEWEB;?>images/lightbox/flecheDroiteOn.jpg',*/
		containerResizeSpeed: 350,
		txtImage: 'Image',
		txtOf: 'de'
   });
});
