/* Adjust size of local images */
body#results .coverimages span[id^=local-thumbnail]>img,
    /* Adjust size of amazon images */
body#results .coverimages span[id^=amazon-thumbnail]>img,
    /* Adjust size of google images */
body#results .coverimages span[id^=gbs-thumbnail]>img,
    /* Ajust size on opac detail page and opac shelves */
body#opac-userlists div.coverimages .p1 img,
body#opac-lists div.coverimages .p1 img

{
    height: 200px;
    width: 150px;
}
/* Detail view */
body#opac-detail div.cover-image  a > img {
    height: 240px;
    width: 180px;
}


/* Adjust size on opac detail (amazon) shelf browser */
body#opac-detail a.shelfbrowser_cover > img,
    /* Adjust size on opac detail (google) shelf browser */
body#opac-detail a.shelfbrowser_cover  div > img
{
    width: 100px;
}
