.uploadifive-container{
    width: 100%;
    height: auto;
    position:relative;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.imgUploaderBanner .uploadifive-container{
    width: 270px;
}
.uploadifive-files{
    /*width: 100%;*/
    /*height: 100%;*/
    position: relative;
    display: inline;
}
.uploadifive-files .image:nth-child(1){
    margin-left: 20px;
}
.uploadifive-files .image{
    width: auto;
    height: 110px;
    background: #e8e8e8;
    text-align: center;
    line-height: 110px;
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
}
.uploadifive-files .image img{
    vertical-align: middle;
    height: 110px;
}
.uploadifive-button{
    width: 110px !important;
    height: 110px !important;
    position: relative;
    display: block;
    float: left;
    top:0;
    left: 0;
    padding: 0;
    margin: 20px 0 0;
    background: transparent;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    background: url("uploaderPlus.png") no-repeat center center #e8e8e8;
}
.uploadifive-files .image .removeImage{
    width:16px;
    height: 16px;
    background: url("removeImageButton.png") no-repeat 0 0;
    display: block;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    z-index: 1000;
}
.uploadifive-files .image .removeImage:hover{
    background-position: 0 -16px;
}
.uploadifive-button:hover{
    background: url("uploaderPlus.png") no-repeat center center #e8e8e8;
    opacity: 0.5;
}
.uploadifive-button input{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.uploadifive-queue{
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
}
.uploadifive-queue-item{
    padding: 0;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.uploadifive-queue-item .filename, .uploadifive-queue-item .fileinfo, .uploadifive-queue-item .close{
    display: none;
}
.uploadifive-queue-item .progress{
    border: 0;
    margin: 0;
}