.imageContainer p.photo-name,
.imageContainer p.folder-name,
.imageContainer p.user-name,
.simplified-folder p,
#BreadCrumbs span.breadcrumb,
#dragPhotoHelper p,
#ImageHolderBox p.title,
#Header .logout-info-wrapper a.profile,
table.folder td.name span.t-name,
.folder-tree span.name span.t-name,
.folder-picker span.name span.t-name,
#imageTags span.t-name,
#PublicPhotoTags a, #PublicPhotoTags span.t-name,
#ChosenShotInfo .thumbnail-and-camera .thumbnail p span.t-name,
#ChosenShotInfo .comments-and-description .description .photo-title span.t-name,
#ChosenShotInfo div.comments-and-description div.description p.author a,
#tags table td a span.t-name,
#PrivatePhotoDetails h2.photo-title,
#PublicPhotoDetails h2.photo-title,
#Groups ul li span.t-name,
#Contacts table.contact td.name span.t-name,
#MoreAlbums table div.public-album a,
#MoreAlbums table div.public-album .selected,
#PublicPhotographerInfo div.screen-name span.t-name,
div.public-thumbnail p.title,
#PublicFolderThumbnails h2,
.public-folder-thumbnail-set h2 span.t-name,
/*#PublicSearch .results-section .users .user-info p.name,
#PublicSearch .results-section .albums .album p.title a,
#PublicSearch .results-section .albums .user-name,*/
#h1ProfileScreenName,
h1 span.t-profile-screenname,
#Statistics div.public-thumbnail p.title,
div.share-view h1, div.tag-view h1,
#HomeTopTags div.tags-wrapper a,
#InnerTags .tags a,
#Statistics .t-folder,
#PublicPhotographerInfo .external-url,
#dialogSharePhotos .live-share .folder-name,
#photoView .properties h2, #photoViewPublic .properties h2,
.thumbnails-strip h2 a
{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
	vertical-align:middle;
	-moz-binding: url(moz-fix.xml#ellipsis);
	-moz-user-select:text;
}