var boots_type = {
	src: base_url+'swf/boots.swf'
};

var boots_type2 = {
	src: base_url+'swf/boots2.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(boots_type,boots_type2);

sIFR.replace(boots_type, {
	selector: '.smallSectionLeft h2',
	offsetLeft:5,
	css: [
		'.sIFR-root { font-size:16px; color:#ffaf00; font-style:italic; line-height:1em; }'
	],	
	tuneHeight:-10,	
	offsetTop:-4,	
	transparent:true
}); 

sIFR.replace(boots_type, {
	selector: '.smallSectionLeft2 h2',
	offsetLeft:5,
	css: [
		'.sIFR-root { font-size:20px; color:#3b65a3; font-style:italic; line-height:1em; }'
	],	
	tuneHeight:-10,	
	offsetTop:-4,	
	transparent:true
}); 

sIFR.replace(boots_type2, {
	selector: '#pageProducts h1, #pageAdvice h1, #pageClub h1, #pageAbout h1, #pageOffers h1',
	offsetLeft:5,
	css: [
		'.sIFR-root { font-size:18px; color:#2453b7; line-height:1em; }'
	],		
	tuneHeight:-5,
	transparent:true
}); 

sIFR.replace(boots_type2, {
	selector: '#pageHome h2, z#pageProducts .sliderSection h2, #pageAdvice .largeSection h2, #pageAdvice #sideRight h2, #pageClub h2, #pageAbout #sideRight h2, #pageOffers h2',
	offsetLeft:5,
	css: [
		'.sIFR-root { font-size:14px; color:#2453b7; }'
	],			
	tuneHeight:-8,
	offsetTop:-4,
	transparent:true
}); 

