﻿.upload-item {
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 230px;
    height: 175px;
}

.default-theme .upload-item.working-upload-item {
    width: 230px;
    height: 175px;
    padding:10px;
}

.upload-item .upload-item-delete,
.upload-item .upload-item-rotate {
    position: absolute;
}

.default-theme .upload-item {
    background: url(/img/icon-upload.png) no-repeat scroll center center;
    float: left;
}

.default-theme .upload-item1 {
    width: 124px;
    height: 115px;
    overflow: hidden;
    float: left;
    margin: 0 7px 5px 2px;
    cursor: pointer;
}

.default-theme .upload-item-loading {
    background: url('images/upload-loading.gif') no-repeat scroll center;
}

.default-theme .upload-item .upload-item-delete {
    background: url("/img/icon-delete.png") no-repeat scroll center center;
    height: 30px;
    right: 5px;
    bottom: 5px;
    width: 30px;
}

.default-theme .upload-item .upload-item-rotate {
    /*background: url(/Content/img/icon-reload.png) no-repeat scroll center center;*/
    height: 27px;
    left: 5px;
    top: 5px;
    width: 26px;
}

.default-theme .fileuploadie7 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 120px;
    height: 90px;
    display: block;
    cursor: pointer;
}

.avatar .default-theme .fileuploadie7
{
    height:110px;
}
/*for ie7*/
.default-theme .upload-item img.background {
    width: 120px;
    height: 90px;
}

.avatar .default-theme .upload-item img.background {
    width: 120px;
    height: 110px;
}
