
.home #intro { width: 778px; height: 338px; overflow: hidden; }
#intro-images { overflow: hidden; background-color: #fff; }
	.intro-image { display: block; border: 0; }
	.intro-image img { width: 778px; }

.person {  }
	.person table th { width: 65px; height: 65px; }
	.person table th .image {  width: 65px; height: 65px; overflow: hidden; }
	.person table th .image img { width: 100%; height: auto; }
	
.large-person {  }
	.large-person table th { width: 120px; height: 120px; }
	.large-person table th .image { width: 120px; height: 120px; overflow: hidden; }
	.large-person table th .image img { width: 100%; height: auto; }

