body {
	background-color: #ffffff
}
#gallery {
	position: relative;
	width: 650px;
}
#thumbs {
	width: 180px;
	float: left;
}
#thumbs a {
	display: block;
	float: right;
	margin: 0 0 5px 5px;
	width: 50px;
	height: 50px;
	text-decoration:none;
	
}
#thumbs a img {

	width: 50px;
	height: 50px;
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {

	position: absolute;
	width: auto;
	height: auto;
	left: 185px;
	top: 55;
	border: 1px solid #333;
}
#thumbs a  div{
	visibility:hidden;	
	position: absolute;
	left: 185px;
	top= 0;
	z-index:0;
	width: 1px;
}
#thumbs  a:hover  div{
	position: absolute;
	
	font-family:Arial
	font-size:2
	left: 185px;
	width: 500px;
	background-color:#ffffff;
	color: black;
	top: 0;
	visibility:visible;
}