#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 80px; /*marquee height */
background-color: white;
overflow: hidden;
border: solid #999999 0px;
padding: 2px;
padding-left: 4px;
color:#444;
font-size:12px
}

