//<[CDATA[

  var headline = {
    src: 'http://tyra.web2.voov.hu/headline.swf',
	ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 59, 1.23, 63, 1.22, 64, 1.23, 97, 1.22, 98, 1.21, 102, 1.22, 103, 1.21, 106, 1.22, 107, 1.21, 109, 1.22, 112, 1.21, 114, 1.22, 117, 1.21, 118, 1.22, 122, 1.21, 123, 1.22, 1.21]
  };
  
  var headline_right = {
    src: 'http://tyra.web2.voov.hu/headline_right.swf',
	ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 59, 1.23, 63, 1.22, 64, 1.23, 97, 1.22, 98, 1.21, 102, 1.22, 103, 1.21, 106, 1.22, 107, 1.21, 109, 1.22, 112, 1.21, 114, 1.22, 117, 1.21, 118, 1.22, 122, 1.21, 123, 1.22, 1.21]
  };
  

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate( headline );
  
   
  
  // GRAB INITIAL DISPLAY RATIOS
  //sIFR.debug.ratios({ src: 'headline.swf', selector: 'h1' });
   
  sIFR.replace( headline , {
  selector: '.prop_main_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #423932; font-size: 32px; font-weight: bold; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #423932; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline_right , {
  selector: '.prop_code h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #423932; font-size: 32px; font-weight: bold; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #423932; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline_right , {
  selector: '.prop_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #423932; font-size: 18px; text-transform: uppercase; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #423932; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.sidebar_box_content h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #423932; font-size: 16px; text-transform: uppercase; font-weight: bold; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #423932; }'
		,'a:hover { color: #423932; }'
	]
  });
  
    sIFR.replace( headline , {
  selector: 'h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #423932; font-size: 20px; text-transform: uppercase; font-weight: bold; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #423932; }'
		,'a:hover { color: #423932; }'
	]
  });
   
  //]]>