var pslkea = {
	src: __siteroot+'/sifr-form/demo/psl-kanda-extraad.swf'
}

var dbet = {
	src: __siteroot+'/sifr/demo/db-euro-thai.swf'
}

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(pslkea);

//sIFR.debug.ratios({ src: 'sifr/demo/psl-kanda-modern-extra.swf', selector: 'h1' });
sIFR.replace(dbet , {
	selector: 'h1'
	,css: [
        '.sIFR-root { font-size:22px;color:#ffffff;}'
	]
	,wmode: 'transparent'
	,tuneHeight:-5
});
sIFR.replace(dbet , {
	selector: 'h2'
	,css: [
        '.sIFR-root { font-size:20px;color:#4eac00;}'
	]
	,wmode: 'transparent'
	,tuneHeight:-5
});

/*
sIFR.replace(akzidenz, {
	selector: '#content #nav ul li li'
	,css: [
        '.sIFR-root { font-size: 12px; color: #000000; }'
        ,'a { color: #000000; text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; }'
	]
	,wmode: 'transparent'
	,tuneHeight:-5
});

/*
sIFR.replace(slider, {
	selector: '#menu h3'
	,css: [
        '.sIFR-root { font-size: 12px; text-align: center; text-transform: uppercase; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #808080; }'
        ,'a:hover { color: #00765e; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(slider, {
	selector: '#news-strip h3'
	,css: [
        '.sIFR-root { font-size: 12px; color: #ffffff; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(slider, {
	selector: '#news-strip h2'
	,css: [
        '.sIFR-root { font-size: 14px; color: #ffffff; text-align:right; }'
	    ,'a { text-decoration: none; }'
    	,'a:link { color: #ffffff; }'
    	,'a:hover { color: #00765e; }'
	]
	,forceSingleLine: true
	,wmode: 'transparent'
	,offsetTop: -1
});

sIFR.replace(slider, {
	selector: '.sub-section h2'
	,css: [
        '.sIFR-root { font-size: 18px; color: #626262; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(slider, {
	selector: '#client-list h3'
	,css: [
        '.sIFR-root { font-size: 14px; color: #626262; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(slider, {
	selector: '#navMenu li li li h3'
	,css: [
        '.sIFR-root { font-size: 12px; color: #ffffff; text-align:left; }'
	    ,'a { text-decoration: none; }'
    	,'a:link { color: #ffffff; }'
    	,'a:hover { color: #00765e; }'
	]
	,tuneHeight:6
	,tuneWidth:-20
	,offsetTop:7
	,offsetLeft:20
	,wmode:'transparent'
});

sIFR.replace(slider, {
	selector: '#navMenu li h3'
	,css: [
        '.sIFR-root { font-size: 14px; color: #ffffff; text-align:center; }'
	    ,'a { text-decoration: none; }'
    	,'a:link { color: #ffffff; }'
    	,'a:hover { color: #00765e; }'
	]
	,tuneHeight:15
	,offsetTop:7
	,wmode:'transparent'
});

sIFR.replace(slider, {
	selector: '#article h1'
	,css: [
        '.sIFR-root { font-size: 16px; color: #00765e; }'
	    ,'a { text-decoration: none; }'
    	,'a:link { color: #8d8b8b; }'
    	,'a:hover { color: #00765e; text-decoration: underline; }'
	]
	,wmode:'transparent'
});

sIFR.replace(slider, {
	selector: '#article blockquote.listing-alt h3'
	,css: [
        '.sIFR-root { font-size: 16px; color: #000000; }'
	]
	,wmode:'transparent'
});

sIFR.replace(slider, {
	selector: '#article blockquote.listing h3'
	,css: [
        '.sIFR-root { font-size: 16px; color: #000000; }'
	]
	,wmode:'transparent'
});

//sIFR.debug.ratios({ src: 'sifr3-r436/demo/fongnamas.swf', selector: 'h1' });
  
/*    sIFR.replace(rockwell, {
      selector: 'h5#pullquote'
      ,css: 'em { font-style: normal; color: #660000; }'
      ,selectable: false
    });
  
    sIFR.replace(cochin, {
      selector: 'h3.sidebox'
      ,css: {
        '.sIFR-root': { 'background-color': '#DCDCDC' }
      }
    });
  
    sIFR.replace(cochin, {selector: 'h2,h3'});
  
    sIFR.replace(cochin, {
      selector: 'h4.subhead'
      ,css: {
        '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
      }
      ,filters: {
        DropShadow: {
          knockout: true
          ,distance: 1
          ,color: '#330000'
          ,strength: 2
        }
      }
    });*/