var credit= {
src: 'http://www.fivelinemusic.com/sifr/creditvalley.swf'
};

var mono= {
src: 'http://www.fivelinemusic.com/sifr/monotypecorsiva.swf'
};

sIFR.activate(credit, mono); // From revision 209 and onwards (using version 398 here)

sIFR.replace(credit, {
  selector: 'h1',
  css: ['.sIFR-root { color: #5f4357; }',
		'a { text-decoration: none; color: #000000;}', // don't remove this
		'a:hover { color: #000000;}'], // don't remove this
  wmode: 'transparent'
  
});

sIFR.replace(credit, {
  selector: 'h2',
  css: ['.sIFR-root { color: #5f4357; }',
		'a { text-decoration: none; color: #000000;}',
		'a:hover { color: #000000;}'],
  wmode: 'transparent'
  
});

sIFR.replace(credit, {
  selector: '.right-column h2',
  css: ['.sIFR-root { color: #5f4357; }',
		'a { text-decoration: none; color: #000000;}',
		'a:hover { color: #000000;}'],
  wmode: 'transparent'
  
});

sIFR.replace(mono, {
  selector: '.shop_main_h2',
  css: ['.sIFR-root { text-align: center; color: #ffffff; }',
		'a { text-decoration: none; color: #000000;}',
		'a:hover { color: #000000;}'],
  wmode: 'transparent'
  
});

sIFR.replace(credit, {
  selector: '.five_line_title',
  fitExactly: true, 
  css: ['.sIFR-root { color: #5f4357; }',
		'a { text-decoration: none; color: #000000;}',
		'a:hover { color: #000000;}'],
  wmode: 'transparent'
  
});

sIFR.replace(mono, {
  selector: '.five_line_subtitle',
   fitExactly: true, 
  css: ['.sIFR-root { color: #5f4357; }',
		'a { text-decoration: none; color: #000000;}',
		'a:hover { color: #000000;}'],
  wmode: 'transparent'
  
});

sIFR.replace(mono, {
  selector: '.welcome_text',
  css: ['.sIFR-root { color: #5f4357; }',
		'a { text-decoration: none; color: #000000;}',
		'a:hover { color: #000000;}'],
  wmode: 'transparent'
  
});

sIFR.replace(mono, {
  selector: '.item_title',
  css: ['.sIFR-root { color: #5f4357; }',
		'a { text-decoration: none; color: #000000;}',
		'a:hover { color: #000000;}'],
  wmode: 'transparent'
  
});

