var helvthin = {
    src: 'helvthin.swf'
};

var helv = {
    src: 'helv.swf'
};

sIFR.fromLocal = true;
sIFR.activate(helv);
sIFR.activate(helvthin);

sIFR.replace(helvthin, {
    selector: 'h1'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root': {'color': '#d60077','font-size':'32px'}
    }
});


sIFR.replace(helv, {
    selector: '.service-box h2,.home-box h2'
	,wmode: 'transparent'
	,offsetTop: -4
	,forceSingleLine: true
		,filters: {
	  	DropShadow: {
    				knockout: false
					,angle: 53
    				,distance: 1
    				,color: '#FFFFFF'
    				,strength: .8
					,blurY:0
					,blurX:0
				  }
				}
	,css: {
      '.sIFR-root': {'color': '#383838','font-size':'18px'}
    }
});

sIFR.replace(helvthin, {
    selector: '.inner h2, .colpanel-inner h2'
	,wmode: 'transparent'
	,offsetTop: -4
	,css: {
      '.sIFR-root': {'color': '#d60077','font-size':'20px'}
    }
});

sIFR.replace(helvthin, {
    selector: '.colpanel-inner > h3'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root': {'color': '#4c4c4c','font-size':'17px'}
    }
});


sIFR.replace(helv, {
    selector: '#list > span > a'
	,wmode: 'transparent'
	,selectable: 'false'
		,filters: {
	  	DropShadow: {
    				knockout: false
					,angle: 53
    				,distance: 1
    				,color: '#FFFFFF'
    				,strength: .8
					,blurY:0
					,blurX:0
				  }
				}
	,css: {
      '.sIFR-root': {'color': '#383838','font-size':'15px','cursor':'arrow'}
    }
});

sIFR.replace(helv, {
    selector: 'h4'
	,wmode: 'transparent'
	,offsetTop: 3
	,css: {
      '.sIFR-root': {'color': '#FFFFFF','font-size':'14px'}
    }
});


