
/* h1 */
sIFR.replace(thesansCaps, {
	selector: '.theSans',
	wmode: 'transparent',
	css: [
	      '.sIFR-root { color: #000000; font-size: 28px; letter-spacing: -2; }'
	      ]
});

/* h120px */
sIFR.replace(thesansCaps, {
	selector: '.theSans20px',
	wmode: 'transparent',
	css: [
	      '.sIFR-root { color: #000000; font-size: 16px; letter-spacing: -1; }'
	      ]
});
