/* CSS Document */


#marqueecontainer{
position: relative;
width: 271px; /*marquee width */
height: 150px; /*marquee height */
background-color: #f2f2f2;
overflow: hidden;
border: 1px solid #000000;
padding: 3px;
padding-left: 4px;
color:#333333;
margin-bottom:0px;
}


