/**********************************************************/
/*                   designer                              */
/**********************************************************/
#designerDetail{
	overflow-x:hidden;
}
#designerItem{
	height:356px;
	margin-bottom:20px;
	margin-left:-60px;
}
#itemImg {
	display:none;
	height:356px;
	position:absolute;
}
#itemImg .item{
	width:460px;
	height:356px;
	overflow:hidden;
	float:left;
}
#itemImg  a:hover img{
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	opacity:0.75;
	cursor:pointer;
}
.text{
	padding:10px 40px;
	display:block;
	text-decoration:none;
	height:314px;
	font-family:sans-serif !important;
}
.text h3{
	font-size:30px;
}
.text .sub2{
	display:block;
	margin-bottom:20px;
}
.text p{
	line-height:1.8;
}
#designerList,
#designerDetail #scrapWorkList ul{
	clear:both;
	overflow:hidden;
	padding:0 52px 0 0;
}
#designerDetail #scrapWorkList ul{
	padding-top:30px;
	margin-bottom:40px;
}
#designerDetail #scrapWorkList ul li{
	float:left;
	width:70px;
	margin:0px 8px 8px 0px;
}

#designerList li{
	float:left;
	width:30px;
	margin:0px 8px 8px 0px;
}



