	    var myriadpro = {
		  	src: '/swf/myriadpro.swf' , fitExactly : true, fixHover : true, forceWidth : true
		};
		
	    var arial = {
		  	src: '/swf/arial.swf' , fitExactly : true, fixHover : true
		};
	
	    sIFR.replace(myriadpro, {
	      selector: 'h1,h1.span'
	      ,wmode: 'transparent'
	      ,offsetLeft : 18
	      ,offsetTop : 15
	      ,tuneWidth : 18
	      ,tuneHeight: 15
	      ,css: {
	        '.sIFR-root': { 'color': '#004192', 'font-size' : '30px'}
	      }
	    });

	    sIFR.replace(myriadpro, {
	      selector: '.right_category span strong'
	      ,wmode: 'transparent'
	      ,offsetLeft : 5
	      ,tuneWidth : 5
	      ,css: {
	        '.sIFR-root': { 'color': '#004192', 'font-size' : '15px', 'text-transform': 'uppercase', 'cursor': 'pointer'}
	      }
	    });

	    sIFR.replace(arial, {
	      selector: '.nabidka_title'
	      ,wmode: 'transparent'
	      ,forceSingeLine : true
	      ,preventWrap : true
	      ,css: {
	        '.sIFR-root': { 'color': '#2E97CF', 'font-size' : '16px', 'font-weight' : 'bold'}
	      }
	    });

	    sIFR.replace(arial, {
	      selector: '.sifr-text'
	      ,wmode: 'transparent'
	      ,css: {
	        '.sIFR-root': { 'color': '#000000', 'font-size' : '11px', 'display' : 'inline'}
	      }
	    });

	if (!$.browser.msie && parseInt($.browser.version) != 7) {

	    sIFR.replace(myriadpro, {
	      selector: '#top_offer span,#all_offer span,#fischer_offer span'
	      ,wmode: 'transparent'
	      ,offsetLeft : 5
	      ,tuneWidth : 5
	      ,css: {
	        '.sIFR-root': { 'color': '#ffffff', 'font-size' : '15px', 'text-transform': 'uppercase', 'cursor': 'pointer'}
	      }
	    });	    

	    sIFR.replace(myriadpro, {
	      selector: '#offers a.more'
	      ,wmode: 'transparent'
	      ,forceSingleLine : true
	      ,offsetLeft : 5
	      ,offsetTop : 8
	      ,tuneWidth : 5
	      ,css: {
	        '.sIFR-root': { 'width': '213px', 'color': '#ffffff', 'font-size' : '13px', 'text-transform': 'uppercase', 'text-align': 'center', 'cursor': 'pointer'}
	      }
	    });	    
	}
//		setTimeout(function(){
//			sIFR.activate(myriadpro, arial);
//		}, 100);


