﻿#marqueecontainer
{
    position: absolute;
    width: 190px; /*marquee width */
    height: 500px; /*marquee height */
    overflow: hidden;
    margin-top:15px;
}
