
#marqueecontainer{
position: relative;
width: 220px; /*marquee width */
height: 225px; /*marquee height */
overflow: hidden;
background-color: #DFDFDF;

padding: 2px;
padding-left: 25px;
}
#marqueecontainerMedium{
position: relative;
width: 348px; /*marquee width */
height: 110px; /*marquee height */
background-color: #E7D1E8;
overflow: hidden;
border: 3px solid #636;
padding: 2px;
padding-left: 4px;
}


