var myfont = {
	src: '/wp-content/themes/aquabumps/includes/sifr/interstate.swf'
   };
	 

sIFR.prefetch(myfont);		
sIFR.activate(myfont);

  sIFR.replace(myfont, {
  selector: '#main h4',
	wmode: 'transparent',
	fitExactly: true,
	tuneHeight: -5,
	tuneWidth: 2,	
	css: [
      '.sIFR-root {color: #b7b7b7; letter-spacing: -2; }'	  ,'a { text-decoration: none; color:  #2c8bce; cursor: pointer; }'
	  ,'a:hover { color: #2c8bce; }'
		,'a:active { color: #2c8bce; }'
		 ]
  });
	
	
  sIFR.replace(myfont, {
  selector: '#albumdesc h3',
	wmode: 'transparent',
	fitExactly: true,
	tuneWidth: 2,		
	tuneHeight: -5,
	css: [
      '.sIFR-root {color: #b1b1b1;}'
		 ]
  });
	
