﻿.album{width: 100%;border: solid 1px #E6E6E6;margin-bottom: 20px; overflow: hidden}
.album > .title{border-left: solid 1px #e6e6e6;background-color: #F5F5F5;height: 20px;padding: 5px 0 5px 12px;border-bottom: solid 1px #E6E6E6;}
.album > .title > h3{font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #555;}
.album > .bottom{

}
.imglst{ width: 100%; overflow: hidden; clear: both}
.imgs{
    max-width: 120px;
    max-height: 120px;
}
.img_p{
    width:120px;
    height:120px;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
    line-height:120px;
    display: table-cell
}
.imgbox
{
    width: 130px;
    height: 130px;
    float: left;
    margin: 10px 10px;
    border: solid 1px #ddd;
    padding: 5px;
    position: relative;
}
.imgbox:hover{
    border: solid 1px #0079d6;
}
.itembox
{
    width: 120px;
    margin: 0px auto;
}

.cancel
{
    z-index: 999;
    position: absolute;
    line-height: 120px;
    width: 8px;
    display: block;
    background: url(pre-next-delete.gif) no-repeat 0px 0px;
    height: 8px;
    overflow: hidden;
    top: 2px;
    right: 2px;
}
.imgbox:hover .cancel{
    background: url(pre-next-delete.gif) no-repeat -11px 0px;
}
.buts
{
    position: absolute;
    width: 130px;
    height: 30px;
    z-index: 999;
    top: 60px;
    left: 1px;
    display: none;
}
.mrzt{ width: 120px; position: absolute; height: 20px; line-height: 20px; bottom: 0px;
    color: #28B779;
    display: none;
}

.previous
{
    line-height: 120px;
    float: left;
    width: 13px;
    display: inline-block;
    background: url(pre-next-delete.gif) no-repeat 0px -7px;
    height: 12px;
    vertical-align: middle;
    overflow: hidden;
}
.previous:hover
{
    background: url(pre-next-delete.gif) no-repeat 0px -19px;
}
.next
{
    line-height: 120px;
    float: right;
    width: 13px;
    display: inline-block;
    background: url(pre-next-delete.gif) no-repeat -14px -7px;
    height: 12px;
    vertical-align: middle;
    overflow: hidden;
}
.next:hover
{
    background: url(pre-next-delete.gif) no-repeat -14px -19px;
}
