#marqueecontainer{
position: relative;
width: 300px; /*marquee width */
height: 250px; /*marquee height */
overflow: hidden;
padding: 2px;
padding-left: 4px;
}

#vmarquee {
position: absolute;
width: 100%;
}



