
//window.addEvent('domready',function(){
		
			
		var MainMenu = new IceMenu({
			id: 'nav',
			subMenusContainerId:'MainMenuSub',
			effect: 'slide and fade',
			duration: 400,
			physics: Fx.Transitions.Sine.easeOut,
			hideDelay: 500,
			orientation: 'horizontal',
			direction:{	x: 'right',	y: 'down' },
			opacity: 100		
			});
			
			
			
	
			var tabs = new MGFX.Tabs('.multi','.content-tab',{
				autoplay: false,
				transitionDuration:500,
				slideInterval:6000,
				hover:true
			});
			
				var iceslider_hs_2 = new  IceSlider({
			box: $('iceslider_box_2'),
			autoPlay: true,
			items: $$('#iceslider_box_2 div.item'),
			size: 650, 
			interval: 4000,
			fxOptions: {
				duration: 1500,
				transition: Fx.Transitions.Quint.easeOut,
				wait: false
			},
			addButtons: {
				previous: $('iceslider_previous_2'),
				play: $('iceslider_play_2'),
				stop: $('iceslider_stop_2'),
				next: $('iceslider_next_2')
			},
			
			handles: $$('#iceslider_handels_2 li'),
			
			handle_event: 'click',
			onWalk: function(currentItem,currentHandle){
				this.handles.removeClass('active');
				currentHandle.addClass('active');	
			}

		});
		
			
			
//});