sIFR.fitExactly = true;
sIFR.activate(engsch);
		

sIFR.replace(
				engsch,
				{
					selector: 'h1'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#000000', 'font-size':'32px'}}
				}
			);
			
			
sIFR.replace(
				engsch,
				{
					selector: 'h2#latest-news-header'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#000000' }}
				}
			);
sIFR.replace(
				engsch,
				{
					selector: 'h2.standard'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#000000' }}
				}
			);
sIFR.replace(
				engsch,
				{
					selector: 'h2.services'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#FFFFFF' }}
				}
			);
sIFR.replace(
				engsch,
				{
					selector: 'h2.business-services'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#FFFFFF' }}
				}
			);
sIFR.replace(
				engsch,
				{
					selector: 'h2.careers'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#FFFFFF' }}
				}
			);
sIFR.replace(
				engsch,
				{
					selector: '#enquiry-form-header h3'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#FFFFFF', 'font-size' : '18px' }}
				}
			);
sIFR.replace(
				engsch,
				{
					selector: 'h2.letter'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#FFFFFF' }}
				}
			);

sIFR.replace(
				engsch,
				{
					selector: 'h2#news-title'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#FFFFFF' }}
				}
			);
sIFR.replace(
				engsch,
				{
					selector: 'h2#events-title'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#FFFFFF' }}
				}
			);
sIFR.replace(
				engsch,
				{
					selector: 'div#newslist h2'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#000000' }}
				}
			);
sIFR.replace(
				engsch,
				{
					selector: 'h2#general-title'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#FFFFFF' }}
				}
			);
sIFR.replace(
				engsch,
				{
					selector: 'div.featured-event-header'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#FFFFFF', 'font-size':'26px', 'margin-left':'160px'}}
				}
			);
sIFR.replace(
				engsch,
				{
					selector: 'h2#jobs-title'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#FFFFFF' }}
				}
			);
sIFR.replace(
				engsch,
				{
					selector: 'h3.careers'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#9DBF34' }}
				}
			);
			
sIFR.replace(
				engsch,
				{
					selector: 'h3.letter'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#004895' }}
				}
			);
			
sIFR.replace(
				engsch,
				{
					selector: 'body#business-services h3.services'
					,wmode:"transparent"
					,fixFocus:true
					,css: [
						'.sIFR-root {color: #BD0048; }',
						'a:link {color: #BD0048; text-decoration: none;}',
						'a:visited {color: #BD0048; text-decoration: none;}',
						'a:hover {color: #BD0048; text-decoration: underline;}'
						]
					
				}
			);
			
sIFR.replace(
				engsch,
				{
					selector: 'body#services-for-you h3.services'
					,wmode:"transparent"
					,fixFocus:true
					,css: [
						'.sIFR-root {color: #777777; }',
						'a:link {color: #777777; text-decoration: none;}',
						'a:visited {color: #777777; text-decoration: none;}',
						'a:hover {color: #777777; text-decoration: underline;}'
						]
					
				}
			);

sIFR.replace(
				engsch,
				{
					selector: 'div.copy-content h3.services'
					,wmode:"transparent"
					,fixFocus:true
					,css: [
						'.sIFR-root {color: #777777; }',
						'a:link {color: #777777; text-decoration: none;}',
						'a:visited {color: #777777; text-decoration: none;}',
						'a:hover {color: #777777; text-decoration: underline;}'
						]
					
				}
			);
			
			sIFR.replace(
				engsch,
				{
					selector: 'div.copy-content h3.business-services'
					,wmode:"transparent"
					,fixFocus:true
					,css: [
						'.sIFR-root {color: #BD0048; }',
						'a:link {color: #BD0048; text-decoration: none;}',
						'a:visited {color: #BD0048; text-decoration: none;}',
						'a:hover {color: #BD0048; text-decoration: underline;}'
						]
					
				}
			);
			
sIFR.replace(
				engsch,
				{
					selector: 'h3.news'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#2CA7CF' }}
				}
			);
			
sIFR.replace(
				engsch,
				{
					selector: 'h3.event'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#D51D87' }}
				}
			);
			
//sIFR.replace(
//				engsch,
//				{
//					selector: 'h4'
//					,wmode:"transparent"
//					,css: {'.sIFR-root': { 'color': '#000000', 'font-size': '18px' }}
//				}
//			);
			
sIFR.replace(
				engsch,
				{
					selector: 'h5'
					,wmode:"transparent"
					,fixFocus:true
					,css:[
						'.sIFR-root {color: #777777; }',
						'a:link {color: #777777; text-decoration: none;}',
						'a:visited {color: #777777; text-decoration: none;}',
						'a:hover {color: #777777; text-decoration: underline;}'
						]
					,tuneWidth:'2'
				}
			);
			
sIFR.replace(
				engsch,
				{
					selector: 'dl#glossary-items dt'
					,wmode:"transparent"
					,fixFocus:true
					,css: {'.sIFR-root': { 'color': '#004895', 'font-size':'18px' }}
					,tuneWidth:'2'
				}
			);
			
//alert("sifr done");