#news-ticker-zone {}.modern-ticker {    width: 100%;    position: relative;    height: auto;}.modern-ticker a {    text-decoration: none;}.modern-ticker ul {    margin: 0;    padding: 0;    list-style: none;}.mticker-round {    border-radius: 7px;}.mticker-label {    margin-right: 2px;    width: 100px;    padding: 0 0px 0 30px;    float: left;    height: 40px;    text-transform: uppercase;}.mticker-news {    overflow: hidden;    float: left;}.mticker-news ul {    width: 50000px;    background-repeat: no-repeat;    background-position: -1000px;}.mticker-news li {    float: left;}.mticker-news a {    padding: 0 10px 0 20px;    margin-right: 2px;    background-image: url("images/news_ticker/mticker-bullet.jpg");    background-repeat: no-repeat;    background-position: 7px center;    display: block;    line-height: 20px}.mticker-news a:hover {    text-decoration: underline;    background-image: url("images/news_ticker/mticker-bullet-over.jpg");}.mticker-news a:active {}.mticker-controls {    float: right;    background-image: url("images/news_ticker/mticker-pause.png");    background-repeat: no-repeat;    background-position: -1000px;    display: flex;    flex-direction: column;}.mticker-play,.mticker-prev,.mticker-next {    width: 15px;    height: 40px;    background-repeat: no-repeat;    background-position: center;    cursor: pointer;    float: right;}.mticker-prev,.mticker-next {}.mticker-round .mticker-next {    border-radius: 0 5px 5px 0;}.mticker-play {}