
/**	prof slider start **/

#slider{
	font-size: 0;
	line-height: 0;
	text-align: center;
}

#photo{
	height: 161px;
	overflow: hidden;
	background: #ffe0e9;
}

#sample{
	z-index: 10000;
	top: 78px;
}

#sample img{
	border: 4px solid #fffbfc;
}

#thumbox{
	padding: 8px 0;
	background: #fff8fa;
}

#thumbox li{
	display: inline-block;
	margin-left: 1px;
}


/**	prof slider end **/


/** girl **/

#girl .name{
	border-bottom: 1px solid #e7aebe;
	background: #ffdde7;
}

#girl .name div{
	position: relative;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #333;
	padding: 15px 0;
}

#girl .name div p{
	color: #591919;
	font-size: 11px;
}

#girl .name font{
	font-size: 16px;
	font-weight: bold;
	color: #ff568e;
}

#girl .name em{	color: #89612e;}
#girl .name .ems{	color: #e3afbe;}

#girl .name .icon{
	display: inline-block;
	position: absolute;
	top: 2px;
	right: 2px;
}

#girl .bt_bg{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7aebe;
}

#girl table{
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	border-collapse: separate;
	border-spacing: 0 1px;
}

#girl th{
	width: 115px;
	font-weight: normal;
	text-align: left;
	color: #ff72a4;
	padding: 10px 0;
	border-bottom: 1px dotted #ffcbda;
}

#girl th p{
	padding-left: 10px;
}

#girl td{
	padding: 10px 0;
	border-bottom: 1px dotted #ffcbda;
}

#girl td p{
	padding: 0 10px;
}

#girl tr:last-child th,
#girl tr:last-child td{
	border-bottom: none;
}

#girl .data td em{
	color: #89612e;
}

#girl .data td span{
	color: #ff568e;
}


/** comment **/

.comment{
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
}

