#VerticalMarketsBox
{  position: absolute;
   background: white;
   width: 660px;
   height: 500px;
   left: 140px;
   top: 80px;
   z-index: 2;
   color: #000000;
   visibility: hidden;
}

#VerticalMarkets
{  position: absolute;
   background: transparent;
   width: 660px;
   height: 500px;
   left: 140px;
   top: 80px;
   margin: 0px;
   margin-left: 10px;
   margin-right: 10px;
   z-index: 5;
   color: #000000;
   visibility:hidden;
 }

.MarketHeader
{  font-weight: bold;
}

.MarketList
{  font-weight: normal;
}