/* call it */

var epitough = {
  src: '/includes/fonts/epitough.swf'
};

sIFR.activate(epitough);



sIFR.replace(epitough, {selector: '.section-box>h1'
			 ,css: [
					  '.sIFR-root {color: #FFFFFF; font-size: 18px;text-align: center;}'
					  ,'a { text-decoration: none; color:#FFFFFF; }'
					  ,'a:link { color: #FFFFFF; }'
					  ,'a:hover { text-decoration: underline; color:#FFFFFF; }'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(epitough, {selector: '.coaching>h3'
			 ,css: [
					  '.sIFR-root {color: #333399; font-size: 23px;text-align: left; }'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(epitough, {selector: '#home-right>h3'
			 ,css: [
					  '.sIFR-root {color: #333399; font-size: 23px;text-align: center;}'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(epitough, {selector: '#right-title>h1'
			 ,css: [
					  '.sIFR-root {color: #333399; font-size: 20px;}'
					]
			 ,wmode: 'transparent'
			 });
