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

#marqueecontainer{
position: relative;
width: 225px; /*marquee width */
height: 425px; /*marquee height */
background-color: white;
overflow:hidden;
}

