#container {
	position: relative;
	width: 400px;
	height:19px;
	
}

#container h1 {
	font-size: 10px;
	margin: 0; padding: 0;
	text-decoration:underline;
	color:#FFFFFF;
}

#container ul, li {
	margin: 0; padding: 0;
	list-style: none;
	color:#FFFFFF;
}

#widget {
	overflow: hidden;
	height: 26px; /* You should adjust this height for your project. */
	position: relative;
	float: left;
	min-width: 400px;
}

#widget li {
	clear: left;
	overflow: hidden;
	position: relative;
	top: 0;
	height: 12px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
	font-size: 10px;
	color:#FFFFFF;
}

#container li p {
	color: #FFFFFF;
}
