/**/
var font = { src: websiteURL+'swf/font.swf' };	//PF AkzidenzCondLight -9

sIFR.activate(font);



sIFR.replace(font, {
      selector: '.heading .h1,.heading_big .h1',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:34px; color:#725416; margin:0; padding:0; text-transform:uppercase; }' 
      ]
    });


sIFR.replace(font, {
      selector: '.small_title ',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:21px; color:#f7f5f1; margin:0; padding:0; text-transform:uppercase; }' 
      ]
    });

sIFR.replace(font, {
      selector: '.big_title',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:34px; color:#725416; margin:0; padding:0; text-transform:uppercase; }' 
      ]
    });



sIFR.replace(font, {
      selector: '.roomheading',
	   wmode: 'transparent'
      ,css: [
	'.sIFR-root { font-size:19px; color:#ffffff; text-transform:uppercase; text-decoration:none;}',
	'a { font-size:19px; height:30px; color:#ffffff; margin:5px 0 5px 0; padding:5px 0 5px 0; text-transform:uppercase; text-decoration:none}',
	'a:hover { font-size:19px; color:#9dc6ea; margin:5px 0 5px 0; padding:5px 0 5px 0;text-transform:uppercase; text-decoration:none;}',
	'.loc { font-size:19px; color:#9dc6ea; margin:5px 0 5px 0; padding:5px 0 5px 0; text-transform:uppercase; text-decoration:none;}'
	]
});
