#marqueecontainer{
position: relative;
width: 100%; /*marquee width */
height: 24px; /*marquee height */
background-color:transparent;
color:#007CC3;
overflow: hidden;
border: 0px solid black;
padding: 2px;
padding-left: 4px;
text-align:left;
font-size: 13px;
}

#marqueecontainer img {
border-width:2px;
border-style:solid;
}
#marqueecontainer span {
position: absolute;
width: 98%;
}