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