@charset "UTF-8";
/* CSS Document */

#gallery {
	width:100%;
}
#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	width:120px;
	position:relative;
	float:left;
}
#gallery ul li {
	display:inline;
	width:120px;
	height:60px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}
#gallery ul li a {
	display:block;
	width:120px;
	height:60px;
	text-decoration:none;
}
#gallery ul li a img {
	display:block;
	width:120px;
	height:60px;
	border:0;
}
#gallery ul li a:hover {
	white-space:normal;
	background-color: #EDEDED;
}
#gallery ul li a:hover img {
	position:absolute;
	top:0;
	width:auto;
	height:auto;
	left: 154px;
}

