  #logo_ticker{
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #marquee_replacement{
   border: 0px solid #000000;
   width: 865px;
   height: 100px;
   overflow: auto;
  }
  #marquee_replacement div#start p{
   padding:0;
   margin:0;
   left:0;
   width:auto;
   display:inline;
   float:left;
   white-space: nowrap;
   height:15px;
  }
  #marquee_replacement div#start p.spacer{
   width:865px;
  }
  #marquee_replacement div#start{
   display:block;
   height:10px;
  }

  .link {color:blue;cursor:pointer}
  .link:hover {color:blue;cursor:pointer;text-decoration:underline}


