.marqueecontainersize{
width:180px;
height:180px;
}

#marqueecontainer{
position: relative;
width: 180px; /*marquee width */
height: 180px; /*marquee height */
background-color: transparent;
color: white;
overflow: hidden;
padding: 2px;
padding-left: 4px;
margin-top:5px;
margin-bottom:5px;
}


