img {
   border: none;
}
#head {
   height: 5px;
}
#large {
    width: 500px; height: 377px;
    text-align: center;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    background: url(../images/loading.gif) no-repeat center;
    border: 1px dotted #DCDCDC;
}
#large img {
    text-align: center;
    width: 500px;
    vertical-align:middle;
}
#thumbnail {
   list-style: none;
   margin-top: 3px;
   padding: 1px;
   background: #fff;
}
#thumbnail li {
   float: left;
    width: 100px;
    height: 75px;
    margin: 3px;
    border-color: white;
}
#thumbnail a {
   width: 100px;
    height: 75px;
    margin: 1px;
    padding: 1px;
    border-color: #31599E;
}
#thumbnail a:hover {
   border-color: #31599E;
}
