/**
 * @author MIGHRI Marouane <mmighri@webnet.fr>
 * 10-01-2010
 */
 
 $(document).ready(function(){
	/*$(".auto .jCarouselLite").jCarouselLite({
	    auto: 4000,
	    speed: 500,
		start: 0,
		vertical: true,
		circular: true,
		visible : 3,
	    btnGo:
	    [".imageSliderExt .1", ".imageSliderExt .2",
	    ".imageSliderExt .3", ".imageSliderExt .4"]
	});
	
	$(".autoBig .jCarouselLiteBig").jCarouselLite({
	    auto: 4000,
		orientation: 'back',
	    speed: 500,
		start: 0,
		vertical: true,
		circular: true,
		visible : 1,
	    btnGo:
	    [".imageSliderExt .1", ".imageSliderExt .4",
	    ".imageSliderExt .3", ".imageSliderExt .2"]
	});
*/
 });


