.pullout_quote blockquote:before {content:'.';font-size:36px;width:24px;display:block;background-image:url(/wp-content/plugins/pullout-quote/img/imgQuoteLeft.png);background-repeat: no-repeat;color:#FFF;}
.pullout_quote blockquote:after {content:'.'; font-size:36px;width:24px;display:block;background-image:url(/wp-content/plugins/pullout-quote/img/imgQuoteRight.png);background-repeat: no-repeat;color:#FFF;float:right;}

.pullout_quote {
	margin-bottom:12px;
}
.pullout_quote blockquote {
	font-size:24px;
	line-height:28px;
	width:290px;
	border-top:10px solid #666666;
	border-bottom:2px solid #000000;
	padding:12px 0;
	font-family:Georgia, 'Times New Roman', serif;
	color:#000;
}
.pullout_quote_left {
	float:left;
}
.pullout_quote_left blockquote {
	margin:12px 12px 3px 0;
}
.pullout_quote_right {
	float:right;
}
.pullout_quote_left .pullout_quote_credit {
	margin:0 12px 0 0;
}
.pullout_quote_right blockquote {
	margin:12px 0 3px 12px;
}
.pullout_quote_right .pullout_quote_credit {
	margin:0 0 0 12px;
}
.pullout_quote_center {
	width:100%;
	text-align: center;
}
.pullout_quote_center blockquote {
	margin:auto;
}
.pullout_quote_credit {
	font-size:12px;
	color:#666;
}