window.RokSlideshowPath = '';window.addEvent('load', function(){var imgs = [{
		file: 'pict_1.jpg',
		title: '',
		desc: '',
		url: '#'
		},{
		file: 'pict_2.jpg',
		title: '',
		desc: '',
		url: '#'
		},{
		file: 'pict_3.jpg',
		title: '',
		desc: '',
		url: '#'
		},{
		file: 'pict_4.jpg',
		title: '',
		desc: '',
		url: '#'
		},{
		file: 'pict_5.jpg',
		title: '',
		desc: '',
		url: '#'
		},{
		file: 'pict_6.jpg',
		title: '',
		desc: '',
		url: '#'
		},{
		file: 'pict_7.jpg',
		title: '',
		desc: '',
		url: '#'
		},{
		file: 'pict_8.jpg',
		title: '',
		desc: '',
		url: '#'
}];var myshow = new Slideshow('slideshow', {
		type: 'combo',
		showTitleCaption: 0,
		captionHeight: 0,
		captions: false,
		width: 761,
		height: 100,
		pan: 0,
		zoom: 0,
		loadingDiv: 0,
		resize: false,
		duration: [2000, 11000],
		transition: Fx.Transitions.Expo.easeOut,
		images: imgs,
		path: 'http://www.piccolo.hu/templates/pix-l_style/images/header/'
	});
		myshow.caps.h2.setStyles({
		color: '#fff',
		fontSize: '13px'
	});
    	myshow.caps.p.setStyles({
		color: '#ccc',
		fontSize: '11px'
	});
});
