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

sIFR.replace(dakota, {
selector: '.welcometxt h1'
	,css: [
	  '.sIFR-root { font-size:28px; color:#5e582f;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(dakota, {
selector: '.headertxt h1'
	,css: [
	  '.sIFR-root { font-size:18px; color:#ffffff;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(dakota, {
selector: 'h5'
	,css: [
	  '.sIFR-root { font-size:16px; color:#5e582f;}',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight: -5,		
    wmode: 'transparent'
});


/* --- */

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

sIFR.replace(helveticaneue, {
selector: '.colleft h1, .colright h1'
	,css: [
	  '.sIFR-root { font-size:22px; color: #545454;}',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight: -5,	
    wmode: 'transparent'
});

sIFR.replace(helveticaneue, {
selector: '.colright h2'
	,css: [
	  '.sIFR-root { font-size:22px; color: #545454; text-align: center;}',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight: -5,	
    wmode: 'transparent'
});

sIFR.replace(helveticaneue, {
selector: '.locationmap_label h3'
	,css: [
	  '.sIFR-root { font-size:15px; color: #6e6e6e;}',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight: -5,	
    wmode: 'transparent'
});

sIFR.replace(helveticaneue, {
selector: '.tvcom_label h3, .housesale_label h3'
	,css: [
	  '.sIFR-root { font-size:15px; color: #4a5c68;}',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight: -5,	
    wmode: 'transparent'
});


