/*
	Autor: Grzegorz Jaworek
	E-mail: grzegorz.jaworek@gmail.com
	www: http://gjaworek.pl 
	Tel.: +48 519 133 159
*/

var $gj = jQuery.noConflict();

$gj(document).ready(function($){
	$('#imageslider').cycle({fx: 'fade', speed: '300', timeout: 5000, pause:   1});
	$(".side-menu li a").each(function () {
		$(this).html('<span>'+$(this).html()+'</span>');
		$(this).children('span').css('margin-top', ($(this).height()-$(this).children('span').height())/2);
	});
	$(document).pngFix();
});







