
var bellGothic = { src: '/shared/javascript/SIFR/bellGothic.swf' };
var arialblack = {src: '/shared/javascript/SIFR/arialblack.swf'};
var kabob =		 {src: '/shared/javascript/SIFR/kabob.swf'};

sIFR.activate(bellGothic, arialblack, kabob);



sIFR.replace(arialblack, {
  selector: '#webFinderProducts h1',
  css: '.sIFR-root {  font-size:30px; color: #999999; text-decoration:none;width:700px;}'
	,wmode: 'transparent'
	,tuneHeight: '-8'

});

sIFR.replace(arialblack, {
  selector: '.lastTransactionSection h1',
  css: '.sIFR-root {  font-size:24px; color: #e79328; text-decoration:none;}'
	,wmode: 'transparent'
	,tuneHeight: '-7'


});


sIFR.replace(kabob, {
  selector: '.dynamicNumber',
  css: '.sIFR-root {padding:0;line-height:36px; margin:0; font-size:36px; color: #4d98e8;}'
	,wmode: 'transparent'
	,offsetTop: '1'
 

});

sIFR.replace(kabob, {
  selector: '.dynamicTitle',
  css: '.sIFR-root {  font-size:24px; color: #f7f7f7;font-weight:bold;}'
	,wmode: 'transparent'
	,offsetTop: '1'
	,offsetLeft: '1'
  	,filters: {
	  DropShadow: {knockout: false,distance: 0,color: '#4d98e8',strength: 10}
	}

});

