#tickerBox
{
   background-color: #ff0000;
   overflow: hidden;
   position: absolute;
   left: 6px;
   top: 4px;
   width: 736px;
   height: 60px;
}

div.leftEdge,
div.rightEdge
{
   background-color: #ff0000;
   position: absolute;
   width: 1px;
   height: 100%;
}

#leftEdgeBox,
#rightEdgeBox
{
   position: absolute;
   width: 40px;
   height: 100%;
   z-index: 10;
}

#leftEdgeBox
{
   left: 3px;
}

#rightEdgeBox
{
   right: 3px;
}

#ticker1,
#ticker2
{
   position: absolute;
   white-space: nowrap;
   left: 0;
   top: 0;
}

