body{
    background-color: #000;
}
#box{
    width: 220px;
    height: 275px;
    margin: 0 auto;
    background-color:#fff;
    border-radius: 10px;
}
#img{
    position: relative;
}
#img img{
     margin-left: 6px;
     margin-top: 6px;
     border-radius: 4px;
     float: left;
}
#tab{
    list-style: none;
    margin: 0;
    padding: 0;
}
#tab li{
    width: 50px;
    height: 50px;
    float: right;
    margin-right: 4px;
    margin-top: 3px;
}
#tab li img{
    border-radius: 4px;
    margin: 2px
}
#load{
    display: none;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 154px;
    height: 154px;
    filter: alpha(opacity=60);opacity: .6;
    background: #fff url(../images/loading.gif) 50% 50% no-repeat;
}