window.addEvent('domready', function(){
	var slideshow = new HorizontalSlideshow(
		'main', 
		'results', 
		'content', 
		'navigation', {
			'css' : {
				'left_arrow': 'previous',
				'element' : 'bloc',
				'right_arrow':'next'
			},
			'auto_scrolling': {
				'active': false
			}
		}
	);
	slideshow.jumpToElement(0);
});
