/* CSS Document */

#marqueecontainer{
position: relative;
width: 98%; /*marquee width */
height: 200; /*marquee height */
background-color:lightyellow;
color:black;
overflow: hidden;
border: 1px solid #CCCCCC;
padding: 1px;
padding-left: 1px;
text-align:left;
}

#marqueecontainer img {
border-width:2px;
border-style:solid;
}