var bauer = {
	 src: '/media/sifr/fs.swf'
	 ,sharpness:20
	 ,ratios: [8,1.41,10,1.33,11,1.31,15,1.29,19,1.28,26,1.25,31,1.24,42,1.23,62,1.22,66,1.21,67,1.22,111,1.21,112,1.2,116,1.21,117,1.2,120,1.21,122,1.2,124,1.21,1.2]
     };
	 
  sIFR.domains = ['www.fastsize.com'];
  sIFR.useDomContentLoaded = !sIFR.ua.ie;
  sIFR.activate(bauer);

   sIFR.replace(bauer, {selector: 'h1'
    ,css: {'.sIFR-root' : { 'color': '#044bbb', 'font-size': '25px', 'width': '95%', 'letter-spacing': '.4' }
		  ,'strong': { 'color': '#777777', 'font-weight': 'normal'  }
		  ,'i': { 'font-style': 'normal'  }
		  ,'a': { 'text-decoration': 'none' }
		  ,'a:link': { 'color': '#113868' }
		  ,'a:hover': { 'color': '#e18a07' }
	     }
    ,filters: {DropShadow: {knockout:false,distance:1.8,angle:120,color:'#000000',blurX:3,blurY:3,strength:.20,alpha:20}}
	,tuneHeight:-7,offsetTop:-2});

   sIFR.replace(bauer, {selector: '.product_index h2, #products h2, #article_main h2, #support h2'
    ,css: {'.sIFR-root' : { 'color': '#555555', 'font-size': '21px', 'width': '90%', 'letter-spacing': '.2' }
		  ,'a': { 'text-decoration': 'none', 'color': '#1953af' }}
	 ,tuneHeight:-5,offsetTop:-1
	 ,filters: {DropShadow: {knockout:false,distance:1.5,angle:120,color:'#000000',blurX:2,blurY:2,strength:.15,alpha:15}}});

   sIFR.replace(bauer, {selector: '#panel h3'
    ,css: {'.sIFR-root' : { 'color': '#454545', 'font-size': '17px' }}
	 ,forceWidth:false,tuneHeight:-6,wmode:'transparent'
	 ,filters: {DropShadow: {knockout:false,distance:1.9,angle:120,color:'#000000',blurX:2,blurY:2,strength:.20,alpha:20}}});

   sIFR.replace(bauer, {selector: '.index_news h2, .index_article h2'
    ,css: {'.sIFR-root' : { 'color': '#555555', 'font-size': '20px', 'letter-spacing': .4 }}
	 ,tuneHeight:-5,offsetTop:-1
	});

  sIFR.replace(bauer, {selector: '#header_content b'
    ,css: {'.sIFR-root' : { 'color': '#555555', 'font-size': '20px', 'letter-spacing': .4 }
		  ,'strong': { 'color': '#1953af', 'font-weight': 'normal', 'letter-spacing': '-0.3' }}
	,tuneHeight:-6,offsetTop:-2});
  
  sIFR.replace(bauer, {selector: '#footer b'
    ,css: {'.sIFR-root' : { 'color': '#ffffff', 'font-size': '18px', 'font-weight': 'normal', 'text-transform': 'uppercase', 'letter-spacing': .7 }}
    ,filters: {DropShadow: {knockout:false,distance:1.5,angle:45,color:'#000000',blurX:2,blurY:2,strength:.60,alpha:60}}
	,tuneHeight:0,offsetTop:7,wmode:'transparent'});
