@charset "utf-8";
/* CSS Document */
#line_cont {display:block; position:absolute; top: 232px; right: -98%; z-index:990;  overflow:hidden; width:100%; height:50px;}
	#circle { position: absolute; background:url(../img/stroka.png) no-repeat; width:50px; height:50px;  top:0; left:0; z-index:2}
	
	.line {display:block; position:relative;  left: 25px;  overflow:hidden; width:100%; height:50px; border:2px solid #000; border-radius:2px;}

	.line .line_cover{position:absolute; width:100%; margin-left:25px; height:50px; top:0; left:0;  z-index:2;  background-image:url(../img/led_bg.png) ;}
	.line .line_text{position:absolute; width:100%; margin-left:25px; height:50px; top:0; left:0;   z-index:1; }

  /****** Line 1 *******/
  #l1.line{  background-color:#325032; }

  #l1.line .line_text{ font-size:42px; font-weight:bold; color:#00ff00; -webkit-animation: l1_animation 15s linear infinite;
    -moz-animation: l1_animation 15s linear infinite; }

  @-webkit-keyframes l1_animation {
      0%{left:100%;}
      100%{left:-150%;}
  }
  @-moz-keyframes l1_animation {
      0%{left:100%;}
      100%{left:-150%;}
  }
  
