@import url(../third/fancybox/fancy.css);


ul#gallery-picture:after {clear:both; content:"."; display:block; height:0; visibility:hidden;}
ul#gallery-picture li {list-style-type:none; float:left; }
ul#gallery-picture li a, ul#gallery-picture li a img {float:left; overflow:hidden}

ul#gallery-picture {
	list-style: none;
	width: 524px;
	_width: 475px; 
	padding: 0;
	margin: auto;
	display: table;
}

ul#gallery-picture li {
	margin: 0;
	padding: 0;
	padding: 2px 0 2px 2px;
	float: left;
	position: relative;
	width: 85px;
	height: 85px;
}

ul#gallery-picture img {
	background: #fff;
	border: solid 1px #CCC;
	padding: 2px;
}

ul#gallery-picture li:hover img {
	border-color: #666;
}

ul#gallery-picture li a em 
{
	width: 60px;
	background: url(../image/bubble.gif) no-repeat;
	padding: 0 0 6px;
	display: none;
	position: absolute;
	top: -2px;
	left: 18px;
	font-style: normal;
	text-align: center;
}

ul#gallery-picture li a 
{
	display: block;
	text-decoration: none;
	color: #666;
}


ul#gallery-picture li a:hover 
{
	
}

ul#gallery-picture li a:hover em 
{
	display: block;
	_display:none;
}

div.details { width: 285px; float: right; padding: 4px 0; }
