var swfpath = 'http://lutsenlodgingcompany.com/'

var SerifaLight = {
  src: swfpath + 'swf/Serifa_Light.swf'
};
var SerifaReg = {
  src: swfpath + 'swf/Serifa_Reg.swf'
};
var SerifaBold = {
  src: swfpath + 'swf/Serifa_Bold.swf'
};
var SerifaBlack = {
  src: swfpath + 'swf/Serifa_Black.swf'
};

sIFR.activate(SerifaLight);
sIFR.activate(SerifaReg);
sIFR.activate(SerifaBold);
sIFR.activate(SerifaBlack);

sIFR.replace( SerifaBold, {
  selector: 'h2',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: -1; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #78512A; }'
	]
});
sIFR.replace( SerifaBold, {
  selector: 'h3',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: -1; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #78512A; }'
	]
});
sIFR.replace( SerifaBold, {
  selector: 'h4',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: -1; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #78512A; }'
	]
});
sIFR.replace( SerifaBold, {
  selector: '.reserveNum',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: -1; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #78512A; }'
	]
});
/*
sIFR.replace( FreightMicroBold, {
  selector: '#home-latest h4',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: -1; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #433e39; }'
	]
});
sIFR.replace( FreightMicroBold, {
  selector: '.grid-col h4',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: -1; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #433e39; }'
	]
});*/