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

sIFR.activate(atsackers);

sIFR.replace(atsackers, { 
	selector: '#home h3' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color':'#FFFFFF', 'line-height':'15px', 'font-size':'15px', 'text-transform':'lowercase'}
	
	}
});

/*sIFR.replace(atsackers, { 
	selector: '.link_p' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color':'#C8E9FB', 'line-height':'12px', 'font-size':'12px', 'text-transform':'lowercase'}
		,'a':{'text-decoration':'none', 'color':'#C8E9FB', 'display':'block'}
		,'a:hover':{'color':'#ffffff'}
	
	}
});*/

sIFR.replace(atsackers, { 
	selector: '.reg_link' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color':'#99999', 'line-height':'10px', 'font-size':'10px', 'text-transform':'lowercase'}
		,'a':{'text-decoration':'none', 'color':'#999999'}
		,'a:hover':{'color':'#666666'}
	
	}
});

sIFR.replace(atsackers, { 
	selector: '#t2 h2' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color':'#FFFFFF', 'text-transform':'lowercase', 'font-size':'15px'}
	
	}
});

sIFR.replace(atsackers, { 
	selector: '#topnav ul li' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color':'#999999', 'text-transform':'lowercase', 'font-size':'11px'}
		,'a':{'text-decoration':'none', 'color':'#999999'}
		,'a:hover':{'text-decoration':'none', 'color':'#666666'}

		
	
	}
});

sIFR.replace(atsackers, { 
	selector: '#left_column ul li' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color':'#999999', 'text-transform':'lowercase', 'font-size':'11px', 'line-height':'11px'}
		,'a':{'text-decoration':'none', 'color':'#999999', 'background-image':'url(/img/more_link_bkg.gif)'}
		,'a:hover':{'text-decoration':'none', 'color':'#666666'}

		
	
	}
});
