#marqueecontainer {
font-size: 12px;
font-style: oblique;
position: relative;
width: 250px; 
height: 150px; 
background-color: #ffffff;
overflow: hidden;
border-width: thin;
border-color: rgb(150,150,255);
border-style: solid;
padding: 2px;
}
