body {
    background-color: #000000
}
#gallery {
    position: relative;
    left: 0px;
	width: 590px;
}
#thumbs {
    width: 590px;
    float: 00px;
}
#thumbs a {
    display: block;
    float: right;
    margin: 0 0 5px 5px;
    width: 60px;
    height: 60px;
    border: 0px solid #000;
}
#thumbs a img {
    width: 60px;
    height: auto;
    border: 0;
}
#thumbs a:hover {
    border-color: #ddd;
}
#thumbs a:hover img {
    position: absolute;
    width: 580px;
    height: auto;
    left: 10px;
    top: 250px;
    border: 1px solid #333;
}
