	#dhtmlgoodies_marquee{
		padding-top:3px;
		height:30px;
		background-color: #fff;
		position:relative;
		z-index:1000;
		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-size:13px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	/* Just some layout classes used in this example script */
	.highlighted{
		color:#f39200;
	}
	.greenText{
		color:#0F0;
	}