@charset "utf-8";
/* CSS Document */

.marqueecontainer{
background: #FFF;
position: relative;
width:600px;/*marquee width */
height: 70px; /*marquee height */
overflow: hidden;
}

.marqueecontainer img {
margin-left:5px;
}