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