
#gallery {
	position: relative;
	width: 750px;
}
#thumbs {
	width: 180px;
	float: left;
}
#thumbs a {
	display: block;
	float: right;
	margin: 0 0 5px 5px;
	width: 50px;
	height: 50px;
	border: 0px solid #000;
}
#thumbs a img {
	width: 50px;
	height: 50px;
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {
	position: fixed;
	width: auto;
	height: auto;
	left: 200px;
	top: 120px;
	border: 1px solid #333;
}

#label{
   background-color: yellow;
   border: 1px solid green;
   width: 200px;
   height: 250px;
   
   position: fixed;
   right:200px;
   top: 140px;
}

p
{
   width: 300px;
}
#menu{
position: fixed;
   right:400px;
   top: 140px;
}