#marqueecontainer{
position: relative;
top:34px;
left:5px;
width: 199px; /*marquee width */
height: 185px; /*marquee height */
background-color: white;
overflow: hidden;
/*border: 1px solid orange;*/
padding: 0px;
margin:10px;
}

#marqueecontainer ul { margin:0; padding:0; }
#marqueecontainer ul li { list-style:none; }
#marqueecontainer .testimonial { margin-top:0px; text-align:justify; }
#marqueecontainer .credits { text-align:right; font-weight:bold; margin-top:10px; padding-bottom:15px; /*border-bottom:1px #ddd dotted;*/ }
