@CHARSET "UTF-8";

#dragHelper {
	z-index: 100;
	background: #eee;
}

.sort {
	cursor: pointer;
}

.center>._image {
	text-align: center;
	float: none;
}

.photo-item {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	border: 0 solid red;
}

.photo-item img {
	display: block;
	border: 0 none;
}

.photo-item .del_img {
	display: inline-block;
	width: 0;
	padding-left: 16px;
	height: 16px;
	overflow: hidden;
	background: url(/engine/images/u_delete.png);
	position: absolute;
	left: -8px;
	bottom: -8px;
}

.photo-item a {
	border: 0 none;
	text-decoration: none !important;
}

.photo-item .adjustment {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 0;
	width: 20px;
}

.photo-item .adjustment .empty {
	background: 0 none;
	display: block;
	height: 16px;
	margin-bottom: 4px;
}

.photo-item .adjustment img {
	margin-bottom: 8px;
	display: block;
}

.upload_li {
	margin: 0;
	display: inline-block;
	padding: 10px !important;
	background: none !important;
	vertical-align: bottom;
}

.text-center .well {
	margin: 0 auto;
	float: none
}

#tree li span:first-child,#dragHelper span:first-child {
	padding-top: 7px;
}

.ui-state-highlight {
	height: 1.5em;
	line-height: 1.2em;
	display: inline-block;

}

