#swbook-description { }
#swbook-description h6 {
    margin: 0;
}
#swbook-description p {
    font-size: 10px;
}

#books {
    height: 360px;
    overflow: auto;
}

#books-nav {
    margin-bottom: 10px;
    overflow: hidden;
}
#books-nav li {
    float: left;
    background: #DB3175;
    padding: 1px 10px;
    list-style-type: none;
    margin: 0 10px 0 0;
}
#books-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

div.book {
    width: 405px;
    float: left;
    margin-right: 5px;
    margin-bottom: 6px;
    overflow: auto;
}
div.book-cover {
    width: 120px;
    height: 160px;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
div.book-info {
    width: 270px;
    float: right;
}
div.book-annotation {
    font-size: 10px;
}

