/*Stylish Testimonial Quotes*/
blockquote {
	display: block;
	padding: 0 30px;
	width: 550px;
	}

blockquote:before, blockquote:after {
	color: #CCC;
	display: block;
	font-size: 700%;
	width: 50px;
	}

blockquote:before {
	font: "Times New Roman", Times, serif;
	content: open-quote;
	height: 0;
	margin-left: -30px;
	}
blockquote:after {
	font: "Times New Roman", Times, serif;
	content: close-quote;
	height: 50px;
	margin-top: -40px;
	margin-left: 540px;
	}
