body {
	background-color: #000000
}
#gallery {
	position: relative;
	width: 880px;
	top: 3px;

}
#thumbs {
	width: 360px;
	float: left;
}
#thumbs a {
	display: block;
	float: right;
	margin: 0 0 3px 3px;
	width: 25px;
	height: 25px;
	border: 0px solid #000;
}
#thumbs a img {
	width: 25px;
	height: 25px;
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	left: 370px;
	top: 0;
	border: 1px solid #333;
}

