/**
 * Wywołanie pluginu SlideShow
 */
/*$(document).ready(function() {
			$('.slideshow').cycle({
				fx: 'fade'
			});
		});
*/
/**
 * Inicjowanie pluginu jQuery Tools: Scrollable
 */
/*
$(function() {

	// initialize scrollable
	$(".scrollable").scrollable();

});
*/
