.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;
    color: rgb(51, 51, 51);
    text-align: center;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    font-size: 9pt;
    padding: 1px 0;
}



.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}

#duwebuploader #fileList .info {
    margin-right: auto;
    margin-left: auto;
}

.file-item .info {
    position: absolute;
    left: 4px;
    bottom: 4px;
    right: 4px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    z-index: 10;
}

#duwebuploader #fileList .success {
    display: block;
    position: relative;
    height: 40px;
    z-index: 200;
    top: -60px;
    margin-right: auto;
    margin-left: auto;
    background: url(success.png) no-repeat right bottom;
    background: url(success.gif) no-repeat right bottom \9;
}

.uploadify-queue-item .error {
    float: right;
    height: 16px;
    width: 16px;
    margin-top: 5px;
    margin-right: 10px;
}

.file-item .error {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    background: red;
    color: white;
    text-align: center;
    height: 20px;
    font-size: 14px;
    line-height: 23px;
}

#duwebuploader .thumbnail {
    width: 110px;
    height: 110px;
}

.thumbnail > img, .thumbnail a > img {
    display: block;
    height: 160px;
    max-width: 160px;
    margin-right: auto;
    margin-left: auto;
}
.uploader-list {
    width: 100%;
    overflow: hidden;
}
.wu-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 15px 0;
    background-color: #fafafa;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
}
.uploader-list {
    width: 100%;
    overflow: hidden;
}

.file-item {
    float: left;
    position: relative;
    margin: 0 20px 20px 0;
    padding: 4px;
}

.uploadify-queue {
    height: auto;
    max-height: 295px;
    overflow: auto;
    position: relative;
    top: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.uploadify-queue-item {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding:5px;
    width: auto;
    height: 52px;
    line-height: 39px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.uploadify-queue-item .succeed {
    float: right;
    height: 16px;
    width: 16px;
    margin-top: 5px;
    margin-right: 10px;
}
    .uploadify-queue-item .cancel a {
        margin-top: 4px;
        margin-right: 5px;
        background: none;
        text-indent: initial;
        cursor: pointer;
        float: right;
    }

.webuploader-pick-hover {
    color: #333;
    background: #e6e6e6;
    border-color: #adadad;
}


