$(document).ready(function(){
			$.sifr({
				path: '_var/js/sifr/',
				save: true
			});
			$('#center .box h1, #center .box h2, #product-details ul.ui-tabs-nav li a').sifr({ font: 'FuturaBalMd', color: '#162882' });
			//$('#product-details ul li a.nav').sifr({ font: 'FuturaBalMd', color: '#162882', fontSize: '22px' });
			$('#left .box h2, #right .box h2, #left .box_bg_shine h2').sifr({ font: 'FuturaBalMd', color: '#162882' });
			$('.box_search h2, .box_certyfikaty h2, .box_basket h2, .box_newsletter h2, #kontakt h4').sifr({ font: 'FuturaBalMd', color: '#DFE2EE' });
		/*	$('#menu a').sifr({ font: 'OpelSans', color: '#ffffff' });
			$('#menu a:hover').sifr({ font: 'OpelSans', color: '#162882' });
   */
		});

