#gallery {
	list-style:none;
	padding:0;
	margin:0;
	width:170px;
	position:absolute;
	float:right;
	left: 746px;
	top: 143px;
}
.showPerm {
	position: absolute;
	left: 243px;
	top: 143px;
}

#gallery li {
	display:inline;
	width:75px;
	height:50px;
	float:left;
	margin:0 0 5px 5px;
	background-color: #F4F4F4;
	background-image: url(/gallery/thb.gif);
	background-repeat: no-repeat;
}
#gallery li a {
	display:block;
	width:75px;
	height:50px;
	text-decoration:none;
}
#gallery li a img {
	display:block;
	width:75px;
	height:50px;
	border:0;
}

#gallery li a:hover {
	white-space:normal;
}
#gallery li a:hover img {
	position:absolute;
	right:185px;
	top:0;
	width:488px;
	height:325px;
}

