var BauhausLight = {
	src: '/bauhaus-light.swf'
};

/*var BauhausLightTwo = {
src: '/bauhaus-light.swf'
,ratios : [10,1.32,16,1.27,23,1.23,24,1.21,25,1.22,31,1.21,38,1.2,51,1.19,55,1.18,56,1.19,91,1.18,92,1.17,94,1.18,98,1.17,100,1.18,104,1.17,105,1.18,110,1.17,111,1.18,1.17]
};*/

sIFR.useStyleCheck = true;
/*sIFR.activate(BauhausLight, BauhausLightTwo);*/
sIFR.activate(BauhausLight);

sIFR.replace(BauhausLight, {
	selector: 'h1'
	,css: { '.sIFR-root': { 'color': '#00ff00', 'text-transform': 'lowercase' } }
	,transparent: true
});
sIFR.replace(BauhausLight, {
	selector: 'h2'
	,css: { '.sIFR-root': { 'color': '#ffffff', 'text-transform': 'uppercase' } }
	,transparent: true
});
sIFR.replace(BauhausLight, {
	selector: 'h5'
	,css: { '.sIFR-root': { 'color': '#00cc00', 'text-transform': 'lowercase' } }
	,transparent: true
});

sIFR.replace(BauhausLight, {
	selector: '.shop-main h3'
	,css: [
		'.sIFR-root { color:#000000, text-align:left; text-transform:uppercase; }'
		,'a:link,a:visited { color: #000000; }'
		,'a:hover,a:active,a:focus { color: #00e000; }'
		,'a { text-transform:uppercase; cursor:pointer; text-decoration:none; }'
	]
	,transparent: true
});

sIFR.replace(BauhausLight, {
	selector: '.shop-main h4'
	,css: [
		'.sIFR-root { color:#000000, text-align:left; text-transform:uppercase; }'
		,'a:link,a:visited { color: #000000; }'
		,'a:hover,a:active,a:focus { color: #00e000; }'
		,'a { text-transform:uppercase; cursor:pointer; text-decoration:none; }'
	]
	,transparent: true
});

/*sIFR.replace(BauhausLight, {
	selector: 'ul.catalogueitemdump li'
	,css: [
		'.sIFR-root { text-align: left; text-transform: uppercase; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #00ff00; }'
		,'a:active { color: #00ff00; }'
		,'a:focus { color: #00ff00; }'
		,'a { text-transform:uppercase; cursor:pointer; text-decoration:none; }'
	]
	,transparent: true
});*/
	
//sIFR.debug.ratios({ src: 'Bauhaus Light.swf', selector: 'h2' });

