@charset "utf-8";
/* CSS Document */
#gallery-persons{
	width:100%;
	overflow:hidden;

}
#gallery-persons ul.thumb{
	list-style:none;
	margin:0 0 0 -8px;
	padding:0px 0 0px 0;
	width:600px;
	float:left;
	display:inline;
}
#gallery-persons ul.thumb li{
	float:left;
	margin:13px 0 0 31px;
	display:inline;
}
#gallery-persons ul li a{
	display:block;
	text-align:center;
	font-size:11px;
	text-decoration:none;
}
#gallery-persons ul.thumb li a:hover{text-decoration:underline;}
#gallery-persons ul.thumb li a img{display:block; padding:0 0 3px; -ms-interpolation-mode: bicubic;}
#gallery-persons ul.thumb li img{display:block; padding:0 0 3px;}


#gallery-persons ul.thumb li img.hover {background:url(thumb_bg.png) no-repeat center center; border: none;}
.title{position:absolute;width:185px;height:35px;margin:0;font-weight:900;background:url(blue.png) no-repeat center center;padding:17px 0 0 0;text-align:center; color: #fff; }