 
#family {
	width:200px;
	margin-left:40px;
	height:90px;
	background:#fff;
}
#family #edy {
	float:left;
	position:absolute;
	display:inline;
	z-index:1;
	margin:0px 0px 0px 10px;
	width:54px;
	height:90px;
}
#family #edy img {
	margin-top:10px;
	position:relative;
}
#family #emi {
	float:left;
	position:absolute;
	display:inline;
	z-index:1;
	margin:0px 0px 0px 90px;
	width:54px;
	height:90px;
}
#family #emi img {
	margin-top:10px;
	position:relative;
}
#family #ebo {
	float:left;
	position:absolute;
	z-index:999;
	margin:40px 0px 0px 65px;
	width:25px;
	height:43px;
}
#family #ebo img {
	margin-top:10px;
	position:relative;
}
.clear {
	overflow:hidden;
	clear:both;
	width:0px;
	height:0px;
}
.imgbox {
	width:960px;
	height:90px;
	margin:0 auto;
	text-align:center;
}
ul {
	padding:0px;
	margin:0px;
}
ul li.select {
	display:block;
}
.imgnum span {
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-left:5px;
	padding:2px 5px 2px 5px;
	background-color:#fff;
	cursor:pointer;
}
.imgnum span.onselect {
	background-color:#000;
	color:#fff;
	padding:2px 5px 2px 5px;
}
.imgnum {
	text-align:center;
	float:right;
	margin:-25px 5px;
	position:relative;
}
