var eventTitle = {
  src: '/sifr3/bookman.swf'
};

var eventTitleHome = {
  src: '/sifr3/bookman.swf'
};

var homeTextWhite = {
  src: '/sifr3/bookman.swf'
};

var littlePinkText = {
  src: '/sifr3/bookman.swf'
};

var smallLittlePinkText = {
  src: '/sifr3/bookman.swf'
};


var littleDarkGreyText = {
  src: '/sifr3/bookman.swf'
};

var howToGetInTouchText = {
  src: '/sifr3/bookman.swf'
};

var blackTitle = {
  src: '/sifr3/bookman.swf'
};

var blackTitle14 = {
  src: '/sifr3/bookman.swf'
};

var titleGrey = {
  src: '/sifr3/bookman.swf'
};

sIFR.activate(eventTitle,eventTitleHome,homeTextWhite,littlePinkText,littleDarkGreyText,howToGetInTouchText,blackTitle,blackTitle14, titleGrey); // From revision 209 and onwards


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

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

sIFR.replace(homeTextWhite, {
  selector: '.homeTextWhite',
  	wmode: 'transparent',
	css: {
	'.sIFR-root' : { 'color': '#ffffff' , 'font-size': '14px' }
	}  
});

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

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

sIFR.replace(littlePinkText, {
selector: '.littlePinkText',
wmode: 'transparent',
css: [
'.sIFR-root { color: #cc3467; font-size: 14px; }',
'a { text-decoration: none }',
'a:link { color: #cc3467 }',
'a:hover { color: #000000 }'
]
});

sIFR.replace(smallLittlePinkText, {
selector: '.smallLittlePinkText',
wmode: 'transparent',
css: [
'.sIFR-root { color: #cc3467; font-size: 12px; line-height: 1em; }',
'a { text-decoration: none }',
'a:link { color: #cc3467 }',
'a:hover { color: #000000 }'
]
});

/*
sIFR.replace(littleDarkGreyText, {
  selector: '.littleDarkGreyText',
  	wmode: 'transparent',
	css: {
	'.sIFR-root' : { 'color': '#666666' , 'font-size': '16px' }
	}  
});
*/

sIFR.replace(littleDarkGreyText, {
selector: '.littleDarkGreyText',
wmode: 'transparent',
css: [
'.sIFR-root { color: #343434; font-size: 16px; }',
'a { text-decoration: none }',
'a:link { color: #343434 }',
'a:hover { color: #000000 }'
]
});


sIFR.replace(howToGetInTouchText, {
selector: '.howToGetInTouchText',
wmode: 'transparent',
css: [
'.sIFR-root { color: #000000; font-size: 11px; }',
'strong { color: #cc3467 }',
'a { text-decoration: underline }',
'a:link { color: #cc3467 }',
'a:hover { color: #000000 }'
]
});

sIFR.replace(titleGrey, {
selector: '.titleGrey',
wmode: 'transparent',
css: [
'.sIFR-root { color: #343434; font-size: 12px; font-weight: bold;}',
'a { text-decoration: none }'
]
});

