//<[CDATA[

  var headline = {
    src: 'http://www.hotelzafir.hu/headline.swf',
	ratios: [8, 1.41, 10, 1.33, 15, 1.31, 19, 1.28, 24, 1.25, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 55, 1.23, 88, 1.22, 89, 1.21, 93, 1.22, 94, 1.21, 95, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21]
  };
  
   var headline_centered = {
    src: 'http://www.hotelzafir.hu/headline_centered.swf',
	ratios: [8, 1.41, 10, 1.33, 15, 1.31, 19, 1.28, 24, 1.25, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 55, 1.23, 88, 1.22, 89, 1.21, 93, 1.22, 94, 1.21, 95, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21]
  };
  
  sIFR.activate( headline );
  sIFR.activate( headline_centered );
   
   
  
  // GRAB INITIAL DISPLAY RATIOS
  // sIFR.debug.ratios({ src: 'headline.swf', selector: 'h1' });
   
  sIFR.replace( headline_centered , {
  selector: '.cover_info h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 20px; font-weight: bold; font-style: normal; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #faebd2; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.main_title h1, .sidebar_title h2, .medium_title h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #005991; font-size: 16px; font-weight: bold; font-style: normal; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #005991; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.content_text h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #005991; font-size: 18px; font-weight: bold; font-style: normal; text-transform: none; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #005991; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  
  sIFR.replace( headline , {
  selector: '.content_text h3',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #005991; font-size: 14px; font-weight: bold; font-style: normal; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #005991; }'
		,'a:hover { color: #000000; }'
	]
  });

  sIFR.replace( headline , {
  selector: '.content_text h4',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #666; font-size: 12px; font-weight: bold; font-style: normal; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #666; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.content_text h5',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #444444; font-size: 13px; font-weight: bold; font-style: normal; text-transform: none; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #444444; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  //]]>
