 #scrollup {
   position: relative;
   overflow: hidden;
   border: 0px solid #000;
/* jh
   this will be overridden at startup by rotator.pauseOnHover_noConflict.js
   height:200px;
   height: 550px;
*/
   width: 225px
 }
div.rotator_headline {
   position: absolute;
/* jh
   This will be overridden at startup by rotator.pauseOnHover_noConflict.js.
   It pushes the headlines below the box by setting a position from the top.
   top: 210px;
   top:260px;
   top:450px;
*/
	left: 5px;
   height: 195px; /* doesn't seem to have any effect - js */
   width:225px;

 }

/* format text within testimonials */
div#scrollup div.rotator_headline p {
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:16px;
	text-transform:none;
	
	padding-right:5px;
}
