body {
    background-color: #ffffff
}
#gallery {
    position:absolute;
    width:750px;
    top:90px;
    left:-120px;
}
#thumbs {
    width: 180px;
    float: left;
}
#thumbs a {
    display: block;
    float: right;
    margin: 10 0 5px 5px;
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
}
#thumbs a img {
    width: 50px;
    height: 50px;
    border: 1;
}
#thumbs a:hover {
    border-color: #ddd;
}
#thumbs a:hover img {
    position: absolute;
    width: auto;
    height: auto;
    left: 230px;
    top: 0;
    border: 1px solid #333;
}