var interstate_light = {
  src: '/swf/interstate_light.swf'
};

sIFR.activate(interstate_light);

sIFR.replace(interstate_light, { 
	selector: 'h3' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color':'#ffffff', 'font-size':'11px', 'line-height':'11px', 'text-transform':'uppercase'},
		'a': {'color':'#ffffff', 'font-size':'11px', 'line-height':'11px', 'text-transform':'uppercase', 'text-decoration':'none'},
		'a:hover': {'color':'#ffffff', 'font-size':'11px', 'line-height':'11px', 'text-transform':'uppercase', 'text-decoration':'none'}
	}
});
