window.addEvent('domready', function(){
	if ($('box3')) {
		var nS3 = new noobSlide({
			box: $('box3'),
			items: $$('.promo-container'),
			interval: 4000,
			size: 424,
			autoPlay: true,
			addButtons: {                
				previous: $('play3'),
				next: $('playback3')
			}
		});
		$$('#play3', '#playback3').addEvent('click', function(e){
			if (nS3.autoPlay) {
				nS3.stop();
				nS3.autoPlay = false;
			}
		});
	}
	
	if ($('show')) {
		new SlideshowJC('.slideshow-images img');
	}
	
	if ($('show-instalaciones')) {
		new SlideshowJC('.slide-instalaciones-images img');
	}
	
	if ($('show-habitacion1')) {
		new SlideshowJC('.slide-habitacion-images img');
	}
	
	if ($('show-habitacion2')) {
		new SlideshowJC('.slide-habitacion-images img');
	}
	
	if ($('show-habitacion3')) {
		new SlideshowJC('.slide-habitacion-images img');
	}
	
	if ($('show-eventos')) {
		new SlideshowJC('.slide-eventos-images img');
	}
	
	if ($('show-restaurantes')) {
		new SlideshowJC('.slide-restaurantes-images img');
	}
	if ($('box-gallery')) {
		var nS3 = new noobSlide({
			box: $('box-gallery'),
			items: $$('.gallery-slide'),
			interval: 4000,
			size: 660,
			addButtons: {
				previous: $('playback3'),
				next: $('play3')
			}
		});
	}
});
