@charset "utf-8";

/* CSS Document */

#top_frame {
    width: 1000px;
    height: auto;
    float: left;
}

#album {
    width: 755px;
    height: auto;
    float: left;
}

#album .frame {
    width: 211px;
    height: 220px;
    float: left;
    padding: 7px 0px 0px 8px;
    margin: 5px 20px 5px 5px;
    background-image: url(album_bg.jpg);
    background-repeat: no-repeat;
    border-bottom: 1px #CCCCCC dotted;
}

#album .photo {
    width: 200px;
    height: 150px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    /* [disabled]border: 1px solid #dedede; */
}

#album .photo a {
    display: block;
    width: 200px;
    height: 150px;
}

#album .name {
    width: 200px;
    height: auto;
    padding-top: 20px;
    text-align: left;
    text-align: center;
}

#Paging {
    width: 755px;
    height: auto;
    padding: 10px 0px 0px 0px;
    float: left;
}