/* ---------------------------------------- child ------------------------------------- */
body div#contentframe div.children {
	position: relative;
	float: left;
	width: 220px;
	height: 208px;
	margin: 0 15px 15px 0;
	padding:  0 19px 0 19px;
	background-color: #fafafa;
	border: 1px solid #cfcfcf;
}
body div#contentframe div.children h3,
body div#contentframe div.children img.childimg {
	display: none;
}
body div#contentframe div.children a.more {

}
body div#contentframe div.children div {
	margin: 0;
	color: #000000;
}
body div#contentframe div.children div img {
	display: block;
	margin-left: -19px;
}
