var rachelIsBeautiful = { src: 'media/sifr/rachelIsBeautiful.swf' }; 

sIFR.activate(rachelIsBeautiful);

sIFR.replace(rachelIsBeautiful, { 
selector: '#contentContainer h1', 
wmode: 'transparent', 
css: [ 
'.sIFR-root { background-color: #ffffff; color: #66848b; text-align: left;}',
] 
});

sIFR.replace(rachelIsBeautiful, { 
selector: '#mainContent h1', 
wmode: 'transparent', 
css: [ 
'.sIFR-root { background-color: #ffffff; color: #5e5a5a; text-align: left;}',
] 
});


sIFR.replace(rachelIsBeautiful, { 
selector: '.quizContent h1', 
wmode: 'transparent', 
css: [ 
'.sIFR-root { background-color: #ffffff; color: #5e5a5a; text-align: left;}',
] 
});

sIFR.replace(rachelIsBeautiful, { 
selector: '#sideColumn h2', 
wmode: 'transparent', 
css: [ 
'.sIFR-root { background-color: #ffffff; color: #5e5a5a; text-align: center;}',
'a { text-decoration:none;}',
'a:link { color:#5e5a5a;}',
'a:visited { color:#5e5a5a;}',
'a:hover { color:#727b8d;}'
] 
});

sIFR.replace(rachelIsBeautiful, { 
selector: '#knowUsContent h3', 
wmode: 'transparent', 
css: [ 
'.sIFR-root { background-color: #ffffff; color: #5e5a5a; text-align: left;}',
'a { text-decoration:none;}',
'a:link { color:#5e5a5a;}',
'a:visited { color:#5e5a5a;}',
'a:hover { color:#727b8d;}'
] 
});

sIFR.replace(rachelIsBeautiful, { 
selector: '#galleryContent h3', 
wmode: 'transparent', 
css: [ 
'.sIFR-root { background-color: #ffffff; color: #5e5a5a; text-align: right;}',
'a { text-decoration:none;}',
'a:link { color:#5e5a5a;}',
'a:visited { color:#5e5a5a;}',
'a:hover { color:#727b8d;}'
] 
});