/* $Id$ */
.g-text_overflow {
	display:block;
	overflow:hidden;

	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}