var ligams={}; var Carrousel_Settings= { radiusX:300, radiusY:40, centerX:300, centerY:50, minScale:0.3, speed:0.01, perspective:50, thumbWidth:96, thumbHeight:96, interval:50 }; ligams.carrousel=function(a) { this.el=document.getElementById(a); this.items=this.getItems(); this.itemWidth=this.items[0].style.width; this.itemHeight=this.items[0].style.height; this.angles=new Array(); this.images=new Array(); this.timer; this.timerName="moving"; this.initItems() }; ligams.carrousel.prototype= { initItems:function() { var h=new Array(); for(var b=0;b