﻿
#ticker
{
  position: absolute;
  width: 920px;
  height: 30px;  
  overflow: hidden;
}

#tickerTitle
{
  position: absolute;
  top: 0px;
  left: 0px;
}

#scroller
{
  position: absolute;
  width: 1000px;
  height: 30px;
  overflow: hidden;
  left: 9em;
}

.scrollerDiv
{
  position: absolute;
  visibility: hidden;
  background: transparent url(/_images/bullet.jpg) no-repeat center left;
  padding-left: 15px;
  padding-right: 8px;
}

.scrollerDiv a
{
  white-space: nowrap;
}

