$(document).ready(function(){
	$('#features').jshowoff({
		effect: 'slideLeft',
		speed:7000,
		controlText:{play:'spust',pause:'stop',previous:'Předchozí',next:'Další'},
		hoverPause: false
	});
})
