/*
$(document).ready(function(){
	var flashvars = {};
	var params = {wmode: "transparent"};
	var attributes = {};
	swfobject.embedSWF("/flash/flash.swf", "flash", "340", "142", "8", null, flashvars, params, attributes);
});
*/


Shadowbox.init({
			language: 'pl'
		});


$(document).ready(function(){


	
    $('#NewsletterMail').focus(function() { $(this).val(''); });
    //$('#search-text').focus(function() { $(this).val(''); });


	
    $('#logo').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed:   4000,
		timeout: 2000
	});
	
	
	/*$(function() {
		$(".carusell").jCarouselLite({
			btnNext: ".next",
			btnPrev: ".prev"
		});
	});
	*/

});
