#marqueecontainer{
position: relative;
width: 140px; /*marquee width */
height: 70px; /*marquee height */
overflow: hidden;
}
#vmarquee{
margin:5px;
width: 95%;
position:relative;
}
#vmarquee a{
text-decoration:none;
}