﻿// wrap as a jQuery plugin and pass jQuery in to our anoymous function
 $(document).ready(function() {
    $('.glowny_obrazek').cycle({
		fx: 'fade',
		fit: 1,
		speed: 1200,
		height:219// choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});   
