var baksheesh = {
 src: '/flash/baksheesh.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(baksheesh);

sIFR.replace(baksheesh, {
selector: '#body h1'
	,css: [
	  '.sIFR-root { font-size:18px; color:#980a38; line-height:9px; font-weight:bold;}',
	],
	offsetTop:-3,
	offsetLeft:0,
    wmode: 'transparent'
});
sIFR.replace(baksheesh, {
selector: '.txt_lnk'
	,css: [
	  '.sIFR-root { font-size:8px; color:#ee3224; line-height:9px; text-align:center}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(baksheesh, {
selector: '.subscribe, .employment'
	,css: [
	  '.sIFR-root { font-size:11px; color:#9d9688; line-height:10px; font-weight:bold; }',
	  ,'a { text-decoration: none; color: #3f3e29; }'
      ,'a:link {}'
      ,'a:hover {color: #3f3e29; }'

	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(baksheesh, {
selector: '.hbox2 h3, .hbox3 h3, .hbox4 h3'
	,css: [
	  '.sIFR-root { font-size:12px; color:#3f3e29; line-height:9px; font-weight:bold;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(baksheesh, {
selector: '.tel_num, .reservation'
	,css: [
	  '.sIFR-root { font-size:11px; color:#3f3e29; line-height:10px;}',
	  ,'a { text-decoration: none; color: #3f3e29; }'
      ,'a:link {}'
      ,'a:hover {color: #3f3e29; }'

	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(baksheesh, {
selector: '.abox_content p1'
	,css: [
	  '.sIFR-root { font-size:9px; color:#ffffff; line-height:9px;}',
	],
	offsetTop:5,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(baksheesh, {
selector: '.rcol2_left h2'
	,css: [
	  '.sIFR-root { font-size:18px; color:#980a38; line-height:18px;}',
	],
	offsetTop:-3,
	offsetLeft:0,
    wmode: 'transparent'
});
sIFR.replace(baksheesh, {
selector: '.rcol2_center h2, .rightcol h2'
	,css: [
	  '.sIFR-root { font-size:18px; color:#980a38; line-height:18px;}',
	],
	offsetTop:3,
	offsetLeft:0,
    wmode: 'transparent'
});



