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