div#mainImage img{
    border:2px outset #000;
}
div#imageList{
    width:500px;
    height:100px;
    border:2px outset black;
    overflow:auto;
    margin-bottom:10px;
}

p#desc{
    margin:0px;
    font:verdana, sans-serif;
    font-size:110%;
    font-weight:bold;
    padding-left:10px;
}

