.thumb {
	padding: 3px;
	padding-bottom: 0;
	text-align: center;
	width: 123px;
	height: 86px;
	overflow: hidden;
	position: relative;
}

.thumb img {
	border-radius: 3px;
}

.thumb-wrap {
	float: left;
	margin: 4px;
	border: 1px solid #dddddd;
	padding: 4px;
	cursor: pointer;
	border-radius: 3px;
	position: relative;
}

.thumb-wrap span {
	display: block;
	overflow: hidden;
	text-align: center;
	font: 12px 微软雅黑, Helvetica, sans-serif;
	width: 126px;
}

span.ellipsis
{
    width:123px;/*设置宽度*/
    white-space:nowrap;/*设置不折行*/
    text-overflow:ellipsis;/*这就是省略号喽*/
    -o-text-overflow:ellipsis;/*兼容opera*/
    overflow: hidden;/*设置超过的隐藏*/
}

.x-item-over {
	border: 1px solid #dddddd;
	background: #efefef url(../Images/over.gif) repeat-x left top;
	padding: 4px;
}

.x-item-selected {
	border: 1px solid #99bbe8;
	background: #eff5fb url(../Images/selected.gif) no-repeat right bottom;
	padding: 4px;
}

.x-item-selected .thumb {
	background: transparent;
}

.thumb-upload-progress {
	position: absolute;
	height: 86px;
	width: 123px;
	line-height: 86px;
	font-size: 12px;
	text-align: center;
	z-index: 1;
	top: 5px;
}


.thumb-upload-progress div
{
    position: relative;
    background-color: rgb(206, 217, 231);
    filter: alpha(opacity=60);
    opacity: 0.6;
    height: 86px;
    line-height: 86px;
}
.thumb-upload-progress div span
{
    position: absolute;
    width: 123px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    font-weight:bold;
}

.thumb-loading-tip {
	position: absolute;
	height: 80px;
	width: 120px;
	line-height: 80px;
	font-size: 12px;
	text-align: center;
	z-index: 1;
}


.thumb-empty-text {
	text-align: center;
	height: auto;
	width: auto;
	font: 20px 微软雅黑, Helvetica, sans-serif;
	color:Black;
}

.thumb-empty-text img {
	padding-top: 3px;
}
.thumb-icon-status
{
    width:16px;
    height:16px;
    position:absolute;
    top:3px;
    right:3px;
    z-index:2;
}

.icon-2 {
    background-repeat: no-repeat;
    background-image: url(../Images/uploading.gif);
}