#pagecount { 
    float: left;
    width: 35%;
    text-align: center;
}

#pagenumber { 
    font-size: larger;
    font-weight: bold;
}

#imgcount { 
    float: right;
    width: 64%;
    text-align: center;
}

#imgnumber { 
    font-size: larger;
    font-weight: bold;
}

#thumbnailarea {
    float: left;
    width: 38%;
}

.thumbnailimg {
    width: 130px;
    height: 130px;
}

.imgborder { 
    background: transparent;
    border: solid blue 2px;
}
.imgborder:hover {
    border: solid red 2px;
}

#mainimagearea { 
    float: right;
    width: 60%;
}

#mainimagetable { 
    width: 100%;
}
