blockquote {
	font-family:"Times New Roman", Times, serif;
	display: block;
	padding: 0 30px;
	width: 390px;
	margin-bottom:35px;
}
img.tst-open {
	float: left;
}
img.tst-close {
	position:relative; 
	top: -55px;
}
/*
blockquote:before, blockquote:after {
	color:#CCCCCC;
	display: block;
	font-size: 700%;
	width: 50px;
}

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}
blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;   
	margin-left: 360px;
} 
*/