var burbank = {
  src: '/flash/burbank_sifr3.swf'
};

sIFR.activate(burbank);

sIFR.replace(burbank,
{
	selector: 'h6', 
    css: [
		  '.sIFR-root { font-size: 14px; color: #00529b; }'
		  ],
	wmode: 'transparent'
	,offsetTop: -4
	,tuneHeight: -9	
});

sIFR.replace(burbank,
{
	selector: 'h5.white', 
    css: [
		  '.sIFR-root { font-size: 17px; color: #ffffff; }'
		  ],
	wmode: 'transparent'
	,offsetTop: -4
	,tuneHeight: -9	
});

sIFR.replace(burbank,
{
	selector: 'h5', 
    css: [
		  '.sIFR-root { font-size: 17px; color: #00529b; }'
		  ],
	wmode: 'transparent'
	,offsetTop: -4
	,tuneHeight: -9	
});

sIFR.replace(burbank,
{
	selector: 'h4.blueback', 
    css: [
		  '.sIFR-root { font-size: 17px; color: #00529b; }'
		  ],
	wmode: 'transparent'
});

sIFR.replace(burbank,
{
	selector: 'h4.mobileapps', 
    css: [
		  '.sIFR-root { font-size: 17px; color: #00529b; line-height: 80%; }'
		  ],
	wmode: 'transparent'
	,offsetTop: -10
	,fitExactly : true
    ,tuneHeight: 0
    ,tuneWidth: 0	
});

sIFR.replace(burbank,
{
	selector: 'h3.yellowback', 
    css: [
		  '.sIFR-root { font-size: 19px; color: #ff9a00; }'
		  ],
    wmode: 'transparent'
});


sIFR.replace(burbank,
{
	selector: 'h3.blueback', 
    css: [
		  '.sIFR-root { font-size: 19px; color: #00529b; }'
		  ],
	wmode: 'transparent'
	,offsetTop: -4
	,tuneHeight: -4
});




sIFR.replace(burbank,
{
	selector: 'h3', 
    css: [
		  '.sIFR-root { font-size: 23px; color: #00529b; }'
		  ],
	wmode: 'transparent'
});


sIFR.replace(burbank,
{
	selector: '#comments h2, .blog_entry .left h2,  .blog_entry .right h2', 
    css: [
		  '.sIFR-root { font-size: 17px; color: #00529b; }'
		  ],
	wmode: 'transparent'
});


sIFR.replace(burbank,
{
	selector: 'h2', 
    css: [
		  '.sIFR-root { font-size: 29px; color: #00529b; }'
		  ],
	wmode: 'transparent'
});


