@charset "iso-8859-9";
/* CSS Document */

#marqueecontainer{
position: relative;
width: 100%; /*marquee width */
height: 300px; /*marquee height */
background-color: white;
overflow: hidden;
border: 1px solid 555555;
padding: 2px;
padding-left: 4px;
}