@keyframes mymove{from{left:-200px;} to{left:0;}}
@-webkit-keyframes mymove /*Safari and Chrome*/{from{left:-200px;} to{left:0;}}
.headerText{padding-top: 26px;}
#bnr_pic .headerText a{color: #069; font-size: 24px; position:relative; animation:mymove 3s infinite; animation-iteration-count:1; -webkit-animation:mymove 3s infinite; /*Safari and Chrome*/}
#bnr_pic .headerText a:hover{text-decoration: none; color: #069;;}