function formatTheme(){
	tl = (sw-1680)/2;
	if(tl<0){
		tl=0;	
	}
	$('.theme_container').css('background-position',tl+'px 0px');	
}
