
#pins-feed-follow {
	display: block;
	padding: 5px;
	text-align: center;
	width: 100%;
}

ul.pins-feed-list {
	list-style: none !important;
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}

li.pins-feed-item {
	list-style: none !important;
	list-style-type: none !important;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin: 5px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.pins-feed-item .imgtitle {
	height: 25px;
	margin: 5px 0;
}

.pinsClear {
	clear: both;
}

/*NailThumb Styles*/
.nailthumb-container {
	width: auto;
	height: auto;
	margin: 0 0 11px;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

.nailthumb-container img.nailthumb-image {
	margin: 0;
	padding: 0;
	max-width: none;
	text-align: left;
	float: left;
}

.nailthumb-container span.nailthumb-title {
	background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
	bottom: 0;
	color: White;
	display: block;
	font-size: 9px;
	height: 20px;
	left: 0;
	margin-top: 2px;
	line-height: 20px;
	position: relative;
	text-align: center;
	width: 100%;
	overflow: hidden;
	float: left;
}

.nailthumb-container span.nailthumb-title .nailthumb-title-scroller {
	padding-left: 2px;
}

.nailthumb-container img {
	max-width: none;
	text-align: left;
}
