var boldText = {
  src: '/flash/bold.swf'
};

var shopTitle = {
  src: '/flash/bold.swf'
};

var boldWhiteTextOnGrey = {
	src: '/flash/bold.swf',
	'background-color': '#cc0000',
	color: '#ffffff',
	wmode: 'transparent'
};

var boldBlackTextOnGrey = {
	src: '/flash/bold.swf',
	'background-color': '#cccccc',
	color: '#000000',
	wmode: 'transparent'
};

var boldGreyText = {
	src: '/flash/bold.swf',
	'background-color': '#ffffff',
	color: '#ff0000'
};

var smallBoldGreyText = {
	src: '/flash/bold.swf'
};

var boldTextInText = {
  src: '/flash/bold.swf'
};

var boldWhiteText = {
  src: '/flash/bold.swf',
  wmode: 'transparent'
};

var colliersTitle = {
  src: '/flash/bold.swf'
};

var colliersPoem = {
  src: '/flash/bold.swf'
};

var colliersPoemBlue = {
  src: '/flash/bold.swf'
};

//background-color

sIFR.activate(boldText,boldWhiteTextOnGrey,boldGreyText,smallBoldGreyText,boldTextInText,shopTitle,boldWhiteText,boldBlackTextOnGrey,colliersTitle,colliersPoem,colliersPoemBlue); // From revision 209 and onwards

sIFR.replace(boldText, {
  selector: '.boldText',
  	css: {
	'.sIFR-root' : { 'color': '#000000' , 'font-size': '15px' }
	}  
});

sIFR.replace(boldWhiteText, {
  selector: '.boldWhiteText',
  	css: {
	'.sIFR-root' : { 'color': '#ffffff' , 'font-size': '15px' }
	}  
});

sIFR.replace(shopTitle, {
  selector: '.shopTitle',
  wmode: 'transparent',
  	css: {
	'.sIFR-root' : { 'color': '#000000' , 'font-size': '22px' }
	}  
});

sIFR.replace(boldTextInText, {
  selector: '.boldTextInText',
  	css: {
	'.sIFR-root' : { 'color': '#000000' , 'font-weight': 'bold', 'font-size': '24px', 'line-height': '10px' }
	}  
});

sIFR.replace(boldGreyText, {
  selector: '.boldGreyText',
 	css: {
	'.sIFR-root' : { 'color': '#878173' , 'font-weight': 'bold' }
	} 
});

sIFR.replace(boldWhiteTextOnGrey, {
  selector: '.boldWhiteTextOnGrey',
	css: {
	'.sIFR-root' : { 'color': '#ffffff' , 'font-weight': 'bold', 'font-size': '16px' },
	'a': { 'text-decoration': 'underline' },
	'a:link': { 'color': '#ffffff' },
	'a:hover': { 'color': '#cccccc' }
	}
});

sIFR.replace(smallBoldGreyText, {
  selector: '.smallBoldGreyText',
 	css: {
	'.sIFR-root' : { 'color': '#878173' , 'font-weight': 'bold', 'font-size': '16px' }
	} 
});

sIFR.replace(boldBlackTextOnGrey, {
  selector: '.boldBlackTextOnGrey',
	css: {
	'.sIFR-root' : { 'color': '#000000' , 'font-weight': 'bold', 'font-size': '16px' },
	'a': { 'text-decoration': 'underline' },
	'a:link': { 'color': '#000000' },
	'a:hover': { 'color': '#cccccc' }
	}
});

sIFR.replace(colliersTitle, {
  selector: '.colliersTitle',
  	wmode: 'transparent',
	css: {
	'.sIFR-root' : { 'color': '#055ba4' , 'font-size': '18px' }
	}  
});

sIFR.replace(colliersPoem, {
  selector: '.colliersPoem',
  	wmode: 'transparent',
  	css: {
	'.sIFR-root' : { 'color': '#40a629' , 'font-size': '12px', 'text-align': 'center' }
	}  
});

sIFR.replace(colliersPoemBlue, {
  selector: '.colliersPoemBlue',
  	wmode: 'transparent',
  	css: {
	'.sIFR-root' : { 'color': '#072a60' , 'font-size': '16px', 'text-align': 'center' },
	'strong': { 'color': '#40a629' }
	}  
});