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