.pop_content{
	min-width: 20px;
	background-color:#fff;

}
.big_box{
	min-width: 550px;
}

.big_box .pop_content{
	width: 270px;
	float: left;
}
.big_box .pop_content:first-of-type{
	width: 270px;
	margin-right:10px;
}
.big_box .info_box{
	width: 270px;
	float: right;
}

.big_box .pop_info {
	width: 200px;
}
.big_box .pop_content .pop_info .info {
	width:140px;
	*width: 130px;
	margin-left:125px;
	*margin-left:0;
	*display: inline;
}
.big_box .pop_content img{
	width: 100px;
}
.big_box .pop_content h2{
	margin-bottom: 4px;
	margin-top: 0px;
}

.pop_info{
	width: 390px;
	background-color:#fff;
	margin:0 30px 20px 0;
	float:left;
}
.pop_info .info {
	width:240px;
	margin-left:145px;
}
.pop_content h2{
	margin-bottom: 4px;
	margin-top: 0px;
}
.pop_content img {
    background:#eee;
    padding:4px;
    border:1px solid #ddd;
	margin: 0 15px 10px 0;
	float: left;
}