$(document).ready(function() {
    $(".slideshow").cycle({
		fx: 'fade',
		timeout: 5500,
		speed: 2000
	});
	
	$("ul.playlist").ytplaylist({addThumbs:true, autoPlay: false, holderId: 'ytvideo'});
	SexyLightbox.initialize({
	find: 'sexylightbox', // rel="sexylightbox"
	color: 'black',
	dir: 'http://www.johnylee.pl/img/',
	});
	
});