@charset "utf-8";


/* CSS Document */

#top_frame {

    width: 721px;

    height: auto;

    float: left;
}

#album_name {

    width: 810px;

    height: 50px;

    padding: 20px 0px 0px 130px;

    float: left;
}

#album_detail {

    width: 755px;

    height: auto;

    float: left;
}

#album_detail .frame {

    width: 211px;

    height: 200px;

    float: left;

    padding: 7px 0px 0px 8px;

    margin: 5px 20px 5px 5px;

    background-image: url(album_detail_bg.jpg);

    background-repeat: no-repeat;

    border-bottom: 1px #CCCCCC dotted;
}

#album_detail .photo {

    width: 200px;

    height: 150px;

    text-align: center;

    overflow: hidden;

    border: 1px solid #dedede;

    vertical-align: middle;

    display: table-cell;
}

#album_detail .name {

    width: 200px;

    height: auto;

    padding-top: 20px;

    text-align: left;

    text-align: center;
}

#Paging {

    width: 755px;

    height: 40px;

    float: left;
}