
#marqueecontainer{
position: absolute;
width: 204px; /*marquee width */
height: 254px; /*marquee height */
overflow: hidden;
padding:10px;
border:1px solid #adc0d7;
border-top:none;
right:5px;
top:276px;
z-index:8000;
text-align:left;
background-color:#fbfdff;
}
p{padding-right:10px;}

#marqueecontainer h4{margin:10px 0 5px 0;}