
$(function() {

	$('.realisationsBox ul').anythingSlider({
		width : 526,
		resizeContents      : false,
		delay : 8*1000
	});


	$('.newsBox ul').anythingSlider({
		width : 350,
		resizeContents      : false,
		delay : 8*1000
	});

	$('.productsSelection li img').each (function () {

		//$(this).inBox(147, 136);

	});



	$('#productsSelection ul').listSlider();

	$('#menu li').hover (
		function () {
			$(this).children('ul').css('display', 'block');
		},
		function () {
			$(this).children('ul').css('display', 'none');
		}
	)
});
