.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;
	cursor: pointer;
}
#fileQueue{
    height: 34px;
    line-height: 34px;
    border: 1px solid #e5e6e7;
    border-right-width: 0;
    overflow: hidden;
    padding:0px !important;
}
.upload-item{
    height: 34px;background: #F5F5F5;padding: 0px 10px;
}
.upload-item .progress {float:left;height:3px;margin:-3px -10px 0 -10px;width: 100%;}
.upload-item .progress-bar {background-color: #0072BC;height:3px;width: 0;}
