﻿

#albumss {
    height: 70px;
    padding-top: 10px;
    float: left;
    width: auto;
}

.photo {
    font-size: 12px;
    display: inline-block;
    height: 16px;
    cursor:pointer;
}

.fl {
    float: left;
    width: auto;
}

.fr {
    float: right;
    width: auto;
}

#photo {
    /*width: 710px;*/
    background: #f8f8f8;
    font-size: 12px;
    padding: 10px;
    overflow: hidden;
    clear: both;
    border: 1px solid #d9d9d9;
    margin-top: 40px;
    position: relative;
}

.close {
    font-family: \5B8B\4F53;
    padding: 0 4px;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    position: absolute;
    right: 5px;
    top: 2px;
    cursor:pointer;
}

#photo-list {
    clear: both;
}

.pics {
    overflow: hidden;
    height: 80px;
}

    .pics a {
        float: left;
        height: 68px;
        max-width: 68px;
        margin-top: 10px;
    }

.add-photo {
    position: relative;
    width: 104px;
    height: 68px;
    background: #fff;
    border: 1px solid #dfdfdf;
    line-height: 70px;
    text-align: center;
    display: block;
}

.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: #395497;
}


.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}

.close {
    font-family: \5B8B\4F53;
    padding: 0 4px;
    font-size: 30px !important;
    font-weight: normal;
    line-height: 1;
    color: #000;
    position: absolute;
    right: 0px;
    top: 5px;
}

#albumss span {
    float: left;
    height: 70px;
    width: 70px;
    overflow: hidden;
    margin-right: 8px;
    position: relative;
}

#albumss .add-photo {
    float: left;
}

#albumss em {
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0px;
    right: 0px;
    padding: 2px;
    color: #fff;
    font-size: 20px;
    font-family: \5B8B\4F53;
    font-style: normal;
	cursor: pointer;
}

object, embed {
    -webkit-animation-duration: .001s;
    -webkit-animation-name: playerInserted;
    -ms-animation-duration: .001s;
    -ms-animation-name: playerInserted;
    -o-animation-duration: .001s;
    -o-animation-name: playerInserted;
    animation-duration: .001s;
    animation-name: playerInserted;
}

@-webkit-keyframes playerInserted {
    from {
        opacity: 0.99;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes playerInserted {
    from {
        opacity: 0.99;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes playerInserted {
    from {
        opacity: 0.99;
    }

    to {
        opacity: 1;
    }
}

@keyframes playerInserted {
    from {
        opacity: 0.99;
    }

    to {
        opacity: 1;
    }
}
