window.addEvent('domready', function() {
	
	var akcija_imgs = [];
	var osnovni_imgs = [];
	
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/balanserke.jpg',
		title: '', 
		desc: '',
		url: '/katalog/balanserke/'
	});
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/geom-vesanja.jpg',
		title: '',
		desc: '',
		url: '#'
	});
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/mer-usporenja.jpg',
		title: '',
		desc: "",
		url: '#'
	});
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/montaza-pneumatika.jpg',
		title: '',
		desc: '',
		url: '#'
	});
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/oprema-za-tp.jpg',
		title: '',
		desc: '',
		url: '#'
	});
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/blackhawk.jpg',
		title: '', 
		desc: '',
		url: '#'
	});
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/diag-elektro.jpg',
		title: '', 
		desc: '',
		url: '#'
	});
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/dinamometri.jpg',
		title: '', 
		desc: '',
		url: '#'
	});
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/dizalice.jpg',
		title: '', 
		desc: '',
		url: '#'
	});
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/ispr-felni.jpg',
		title: '', 
		desc: '',
		url: '#'
	});
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/izduv-gasovi.jpg',
		title: '', 
		desc: '',
		url: '#'
	});
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/klima.jpg',
		title: '', 
		desc: '',
		url: '#'
	});
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/ostalo.jpg',
		title: '', 
		desc: '',
		url: '#'
	});
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/pubnjenjeazotom.jpg',
		title: '', 
		desc: '',
		url: '#'
	});
	osnovni_imgs.push({
		file: '/nb-files/nb-images/slideshow/usag.jpg',
		title: '', 
		desc: '',
		url: '#'
	});
		
	akcija_imgs.push({
		file: '/nb-files/nb-images/slideshow/akcija-slajd1.jpg',
		title: '', 
		desc: '',
		url: '/home/akcija/'
	}); 
	akcija_imgs.push({
		file: '/nb-files/nb-images/slideshow/akcija-slajd2.jpg',
		title: '',
		desc: '',
		url: '/home/akcija/'
	});
	
	akcija_imgs.push({
		file: '/nb-files/nb-images/slideshow/akcija-slajd3.jpg',
		title: '',
		desc: '',
		url: '/home/akcija/'
	});
	
	 
	
	header_show = new Slideshow('slideshow', { 
		type: 'fade',
		captions: true,
		showTitleCaption: 0,
		captionHeight: '30px',
		width: 715, 
		height: 299, 
		pan: 0,
		zoom: 0,
		loadingDiv: 0,
		resize: true,
		duration: [2000, 4000],
		transition: Fx.Transitions.Expo.easeOut,
		images: osnovni_imgs, 
		path: '',
		video:'false' 
	});
	
	header_show.caps.h2.setStyles({
		color: '#fff',
		fontSize: '13px'
	});
	header_show.caps.p.setStyles({
		color: '#ffff96',
		fontSize: '15px' 
	});
	
	$('osnovni').addEvent('click', function() {
		$('slideshow').addClass('loading');
		new Slideshow('slideshow', { 
			type: 'fade',
			captions: true,
			showTitleCaption: 0,
			captionHeight: '30px',
			width: 715, 
			height: 299, 
			pan: 0,
			zoom: 0,
			loadingDiv: 0,
			resize: true,
			duration: [2000, 4000],
			transition: Fx.Transitions.Expo.easeOut,
			images: osnovni_imgs, 
			path: '',
			video:'false' 
		});
	});
	
	
	$('akcija').addEvent('click', function() {
		$('slideshow').addClass('loading');
		new Slideshow('slideshow', { 
			type: 'fade',
			captions: true,
			showTitleCaption: 0,
			captionHeight: '30px',
			width: 715, 
			height: 299, 
			pan: 0,
			zoom: 0,
			loadingDiv: 0,
			resize: true,
			duration: [2000, 4000],
			transition: Fx.Transitions.Expo.easeOut,
			images: akcija_imgs, 
			path: '',
			video:'false' 
		});
	});
  
}); 
