.docs-picture, .docs-file, .docs-folder, .docs-parent, .docs-video {
	width: 129.6px;
	height: 140px;
	float: left;
	margin: 10px 10px 0 0;
	text-align: center;
	font-size: 7pt;
}
.docs-picture, .docs-file, .docs-video {
	background: #f9f9f9;
	border: 1px solid #eeeeee;
}
.docs-picture p img, .docs-file p img, .docs-folder p img, .docs-parent p img, .docs-video p img {
	vertical-align: middle;
}
.docs-picture p, .docs-file p, .docs-folder p, .docs-parent p, .docs-video p {
	height: 110px;
	line-height: 110px;
}
.docs-parent, .docs-folder {
	background: #F3F3F3;
	border: 1px solid #E9E9E9;
}
.docs-hover {
	background: #FFFFE1;
	border: 1px solid #ffcc00;
}
.docs-hover .docs-title {
	background: #ffcc00;
	border: 1px solid #ffcc00;
}
.docs-recycle, .folder-recycle {
	position: absolute;
	top: 6px;
	right: 7px;
}
.docs-drag, .folder-drag {
	position: absolute;
	top: 6px;
	left: 7px;
	cursor: move;
}
.doc-name, .folder-name {
	cursor: text;
	overflow: hidden;
	width: 80px;
	height: 14px;
	margin: auto;
}
.docs-title {
	padding: 5px 0 0 0;
	height: 20px;
	background: #eee;
	border-bottom: 1px solid #ccc;
}
.docs-blank {
	position: absolute;
	margin: auto;
	top: 5px;
	left: 5px;
	width: 100px;
	height: 100px;
	z-index: 1;
}
.ui-dialog #files-list {
	width: 870px;
	height: 480px;
	overflow-y: scroll;
}