body {
    background-color: #000000
}
#gallery {
    position: relative;
    left: 0px;
	width: 510px;
}
#thumbs {
    width: 1000px;
    float: 80px;
}
#thumbs a {
    display: block;
    float: right;
    margin: 0 0 5px 5px;
    width: 80px;
    height: 80px;
    border: 0px solid #000;
}
#thumbs a img {
    width: 80px;
    height: auto;
    border: 0;
}
#thumbs a:hover {
    border-color: #ddd;
}
#thumbs a:hover img {
    position: absolute;
    width: 700px;
    height: auto;
    left: -110px;
    top: 200px;
    border: 1px solid #333;
}
