﻿#dhtmlgoodies_marquee{
	background-color: #FFF;
	bottom:0px;		
    height:25px;
    margin:0 0 0 -15px;
    overflow:hidden;
    position:absolute;
    width:780px;
    z-index:1000;
}
body > div#dhtmlgoodies_marquee{	/* Firefox rule */
    position:fixed;
}	
#dhtmlgoodies_marquee .textObj{	/* Layout for the marquee text */
	position:absolute;	
	color: #000;
	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;	// Red color
}
.greenText{
	color:#0F0;	// Green color
}
