function bgr() {
	$bgr_top = document.getElementById('bgr_top').clientWidth;
	$left = Math.floor(($bgr_top-Math.floor($bgr_top/30)*30)/2);	
	document.getElementById('bgr_top').style.left = $left+'px';
}