#tjpc-block {
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.tjpc-label {
	padding: 20px 0;
	display: inline;
	float: left;
	margin-right: 5%;
	width: 25%;
}

.tjpc-label .description {
	color: #999;
}

.tjpc-input {
	padding: 25px 0;
	display: inline;
	float: right;
	width: 70%;
}

#tjpc-images-list li {
	display: inline;
	float: left;
	width: 150px;
	text-align: center;
	margin: 10px 20px 10px 0;
	position: relative;
}

#tjpc-images-list li img {
	cursor: move;
}

#tjpc-images-list li:hover .tjpc-delete {
	opacity: 1;
}

.tjpc-delete {
	-webkit-transition: opacity 0.25s 0s ease-in-out;
	-moz-transition: opacity 0.25s 0s ease-in-out;
	-o-transition: opacity 0.25s 0s ease-in-out;
	transition: opacity 0.25s 0s ease-in-out;
	opacity: 0;
	position: absolute;
	top: -10px;
	right: -10px;
	text-decoration: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,.8);
	border-radius: 20px;
	padding: 2px;
}

.tjpc-delete:hover {
	background-color: #e14d43;
	color: #fff;
}

.tjpc-sortable-placeholder {
	background: #eee;
}