﻿*{
	padding: 0;
	margin: 0;
}
#uploader{
	position: relative;
	width: 880px;
	height: 400px;
	padding: 20px 10px;
	background: #ccc;
}
#thelist{
	position: absolute;
	right: 0;
	top: 0;
	width: 70%;
	padding-top: 20px;
}
.btns{
	width: 90px;
	height: 130px;
}
.btns > div{
	width: 100%;
	height: 100%;
	background: #DDDDDD;
}
#WU_FILE_0{
	line-height: 30px;
}
.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #7C98EF;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	font-size: 60px;
}
.webuploader-pick-hover {
	background: #00a2d4;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

