#dhtmlgoodies_marquee{
		/* general marquee layout*/
		padding-top:3px;
		height:10px;
		background-color: #000;
		
		
		/* End general marquee layout */
		
		
		position:absolute;
		
		z-index:1000;
		bottom:0px;		
		display:none;		
		width:300px;
		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;
	}

