sIFR.replace(dbozone, {
	selector: '#story h5',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { text-align: left;  font-size: 16px; leading:0; letter-spacing: -0.2; color: #FFFFFF; line-height:-4px;  }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #FFFFFF; }'
	  ,'a:hover { color: #CCCCCC; text-decoration: none; }'
	]
});

sIFR.replace(dbozone, {
	selector: '#sunday h4',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { text-align: center;  font-size: 18px; leading:0; letter-spacing: -0.2; color: #FFFF99; line-height:-4px;  }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #FFFF99; }'
	  ,'a:hover { color: #EEEE88; text-decoration: none; }'
	]
});

  
 sIFR.replace(dbozone, {
    selector: '#history h4',
    wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left;  font-size: 19px; leading:0; letter-spacing: -0.2; color: #006699; padding-right: 10px; line-height:-4px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #006699; }'
      ,'a:hover { color: #006699; text-decoration: none; }'
    ]
  });
  
  
sIFR.replace(dbozone, {
	selector: 'div.movies-highlights-content dl dt.title',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { text-align: left;  font-size: 24px; leading:0; letter-spacing: -0.2; color: #FFFF99; line-height:-4px;  }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #FFFF99; }'
	  ,'a:hover { color: #EEEE88; text-decoration: none; }'
	]
});
  
  
