/* 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-position: 0px 0px; left: 10px; }
a.arrow.prev:hover { background-position: -14px 0px; }
a.arrow.next { background-position: -28px 0px; right: 10px; }
a.arrow.next:hover { background-position: -42px 0px; }
a.arrow.disabled { display: none; }
.newsflash { width: 725px; margin: 10px auto auto; background-color: rgb(221, 221, 221); position: relative; }
.newsflash-title { margin-top: 10px; margin-bottom: 10px; font-size: 14px; }
.newsflash, .newsflash .scroller-container, .newsflash .scroller div { height: 200px; }
.newsflash .arrow { top: 85px; }
.newsflash img { border: 3px solid rgb(91, 48, 50); margin-top: 10px; }
.newsflash .scroller-container { width: auto; height: auto; overflow: hidden; margin-left: 40px; margin-right: 40px; position: relative; }
.newsflash .scroller { width: 7000px; }
.newsflash .scroller p { font-size: 11px; line-height: 13px; }
.newsflash .scroller div { float: left; text-align: justify; }
.newsflash .full-story { font-weight: bold; text-decoration: none; }
.newsflash .full-story:hover { text-decoration: underline; }
