var mp = {
	src: __siteroot + '/sifr/demo/myriad-pro.swf'

,ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 55, 1.23, 88, 1.22, 89, 1.21, 95, 1.22, 98, 1.21, 99, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21]
}

var pkm = {
	src: __siteroot +  '/sifr/demo/psl-kanda-modern-extra.swf'
	,ratios: [8, 1.41, 10, 1.33, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 49, 1.23, 74, 1.22, 75, 1.21, 79, 1.22, 80, 1.21, 81, 1.22, 1.21]
}

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(mp,pkm,dbet);

//sIFR.debug.ratios({ src: 'sifr/demo/psl-kanda-modern-extra.swf', selector: 'h1' });
sIFR.replace(mp, {
	selector: '.news-highlight h2'
	,css: [
        '.sIFR-root { font-size:16px;color:#363636;}'
	]
	,wmode: 'transparent'
});

sIFR.replace(dbet, {
	selector: '.releases-search h4'
	,css: [
        '.sIFR-root { font-size:20px;color:#000000;}'
	]
	,wmode: 'transparent'
});

sIFR.replace(dbet, {
	selector: '.release-content h2'
	,css: [
        '.sIFR-root { font-size:22px;color:#097601;}'
	]
	,wmode: 'transparent'
});

sIFR.replace(dbet, {
	selector: '.gallery-menu h3'
	,css: [
        '.sIFR-root { font-size:22px; color: #000000; }'
        ,'a { color: #000000; text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #047200; }'
	]
	,wmode: 'transparent'
});
/*
sIFR.replace(pkm, {
	selector: '.pad-ceo h3'
	,css: [
        '.sIFR-root { font-size:20px; color: #000000;}'
	]
	,wmode: 'transparent'
});
sIFR.replace(pkm, {
	selector: '.pad-ceo h4'
	,css: [
        '.sIFR-root { font-size:18px; color: #000000;}'
	]
	,wmode: 'transparent'
	,offsetTop: -3
});

sIFR.replace(pkm, {
	selector: '.pad-ceo h5'
	,css: [
        '.sIFR-root { font-size:18px; color: #047200;}'
	]
	,wmode: 'transparent'
	,offsetTop: -7
});
*/
sIFR.replace(dbet, {
	selector: '.information-detail-head h4,.information-home h4'
	,css: [
        '.sIFR-root { font-size:16px; color: #047200;}'
	]
	,wmode: 'transparent'
	,offsetTop:0
});

sIFR.replace(dbet, {
	selector: '.information-detail-content h4'
	,css: [
        '.sIFR-root { font-size:16px; color: #464646;}'
	]
	,wmode: 'transparent'
});

sIFR.replace(dbet, {
	selector: '.presentation-center h3'
	,css: [
        '.sIFR-root { font-size:20px; color: #000000;}'
	]
	,wmode: 'transparent'
});



/*
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
        }
      }
    });*/