window.RokSlideshowPath = '';window.addEvent('load', function(){var imgs = [{
		file: 'pictures_01.jpg',
		title: '',
		desc: '',
		url: '#'
		},{
		file: 'pictures_02.jpg',
		title: '',
		desc: '',
		url: '#'
		},{
		file: 'pictures_03.jpg',
		title: '',
		desc: '',
		url: '#'
		},{
		file: 'pictures_04.jpg',
		title: '',
		desc: '',
		url: '#'
		},{
		file: 'pictures_05.jpg',
		title: '',
		desc: '',
		url: '#'
}];var myshow = new Slideshow('slideshow', {
		type: 'combo',
		showTitleCaption: 0,
		captionHeight: 0,
		captions: false,
		width: 160,
		height: 400,
		pan: 0,
		zoom: 0,
		loadingDiv: 0,
		resize: false,
		duration: [2000, 9000],
		transition: Fx.Transitions.Expo.easeOut,
		images: imgs,
		path: 'img/slide/'
	});
		myshow.caps.h2.setStyles({
		color: '#fff',
		fontSize: '13px'
	});
    	myshow.caps.p.setStyles({
		color: '#ccc',
		fontSize: '11px'
	});
});
