	#dhtmlgoodies_marquee{
		padding-top:3px;
		height:20px;
		background-color: #000;
		
		position:absolute;
		left:0px;
		z-index:1000;
		top:0px;		
		display:none;		
		width:980px;
		overflow:hidden;
	}
	#dhtmlgoodies_marquee .textObj{	/* Layout for the marquee text */
		position:absolute;	
		color: #fff;
		font-weight:bold;
		white-space:nowrap;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	/* Just some layout classes used in this example script */
	.highlighted{
		color:#F00;
	}
	.greenText{
		color:#0F0;
	}