<style type="text/css">

#marqueecontainer{
position: relative;
width: 272px; /*marquee width */
height: 150px; /*marquee height */
background-color: white;
overflow: hidden;
border: 2px solid orange;
padding: 10px;
padding-left: 10px;
}

td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #003399; font-weight: bold; padding-bottom: 10px; vertical-align: top}
.Price {  color: #FF6600; width: 65px; text-align: right; padding-right: 20px}
.Description {  width: 200px}
</style>
