<!-- EF DES
	window.addEvent('domready',function(){
									
	    var fotogs = ['2.jpg', '3.jpg', '4.jpg', '5.jpg', '6.jpg', '7.jpg', '8.jpg', '9.jpg', '10.jpg', '11.jpg', '12.jpg', '13.jpg', '14.jpg', '1.jpg'];
	    var myShow = new Slideshow.KenBurns('banner', fotogs, { captions: true, controller: true, delay: 5000, duration: 2000, height: 175, hu: THEME_URL+'/wp-content/gallery/banner/', width: 1000 });	
										
										
				var handles8_more = $$('#handles8_more span');
		var nS8 = new noobSlide({
			box: $('box8'),
			items: $$('#box8 h1'),
			size: 700,
			autoPlay: true,
			handles: $$('#handles8 span'),
			addButtons: {previous: $('prev8'), next: $('next8') },
			onWalk: function(currentItem,currentHandle){
				//style for handles
				$$(this.handles,handles8_more).removeClass('active');
				$$(currentHandle,handles8_more[this.currentIndex]).addClass('active');
				//text for "previous" and "next" default buttons
			}
		});
		//more "previous" and "next" buttons
		nS8.addActionButtons('previous',$$('#box8 .prev'));
		nS8.addActionButtons('next',$$('#box8 .next'));
		//more handle buttons
		nS8.addHandleButtons(handles8_more);
		//walk to item 3 witouth fx
		nS8.walk(3,false,true);

	
	});
//-->
