
#marqueecontainer
{
position: relative;
width: 250px; /*marquee width */
height: 135px; /*marquee height */
background-color: #ebe9da;
overflow: hidden;
padding: 0px;
padding-left: 5px;
font-size:14px;
}
