/* CSS Document */

#marqueecontainer{
position: relative;
width: 154px; /*marquee width */
height: 213px; /*marquee height */
background-color: white;
overflow: hidden;
border: 1px solid #dddddd;
padding: 3px;
}
