.ellipsis
{
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
}
