.b-quote {
	width: 650px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	}
.b-quote_p {
	padding: 9px;
	}

.b-quote_img_box {
	float: left;
	width: 300px;
	margin-right: 20px;
	}
.b-quote_img {
	display: block;
	width: 300px;
	height: 200px;
	border-radius: 5px;
	}
.b-quote_text {
	float: left;
	width: 270px;
	min-height: 64px;
	padding: 13px 20px;
	background: url('../../img/bg_quote.gif') no-repeat top left;
	}
.b-quote_text h4 {
	margin-bottom: 25px;
	font-weight: bold;
	}