/* Code tidied up by ScrapBook */
.counter { display: none; }
a.arrow { width: 14px; height: 39px; display: block; position: absolute; background-image: url("arrows.png"); top: 45px; z-index: 100; cursor: pointer; }
a.arrow.prev { background-image: url("back.png"); background-position: 0px 0px; height: 30px; right: 450px; top: 280px; width: 138px; }
a.arrow.prev:hover {  }
a.arrow.next { background-image: url("more.png"); height: 30px; right: 0px; top: 280px; width: 138px; }
a.arrow.next:hover {  }
a.arrow.disabled { display: none; }
.newsflash { width: 1000px; margin: 10px auto auto; position: relative; }
.newsflash, .newsflash .scroller-container, .newsflash .scroller div { height: 320px; }
.newsflash .arrow { top: 280px; }
.newsflash img { display: block; float: left; margin-left: 5px; margin-top: 5px; width: 305px; }
.newsflash .scroller-container { height: auto; overflow: hidden; width: auto; }
.newsflash .scroller { width: 7000px; }
.newsflash .scroller p { color: rgb(204, 204, 204); float: left; font-size: 16px; line-height: 24px; margin-left: 70px; margin-right: -40px; padding-top: 50px; width: 550px; }
.newsflash .scroller div { float: left; text-align: justify; }
