#dhtmlgoodies_marquee{
	/* general marquee layout*/
	position:absolute;
	padding-top:3px;
	height:25px;
	width:expression(document.body.clientWidth);
	background-color: #000;
	left:0px;
	bottom:0px;
	right:0px;		
	display:none;		
	overflow:hidden;
	z-index:1000;	
}

body > div#dhtmlgoodies_marquee{	/* Firefox rule */
	position:fixed;
}	
	
#dhtmlgoodies_marquee .textObj{	/* Layout for the marquee text */
	position:absolute;	
	color: #FFF;
	font-weight:bold;
	white-space:nowrap;
	width:1000px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}

#widget_container{
position:absolute;   
left:0;   
top:expression((ignoreMe2=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop)+document.body.clientHeight+'px');
z-index: 1000; 
}
