.simplePullQuote{
	width:100%;
	float:right;
	/*border-top:3px #868686 solid;
	border-bottom:3px #868686 solid;*/
	text-indent:10px;
	padding:6px 12px 6px 12px;
	margin:10px 10px 10px 10px;
	/*-webkit-box-shadow: 7px 7px 8px #818181;
  	-moz-box-shadow: 7px 7px 8px #818181;*/

    font-weight: 600;
    font-style: italic;
    color: #333;
}
.simplePullQuote .right-quotes{
	background: top left no-repeat url("../images/quote.png");
	float: right;
 	padding: 10px 15px;
	    -ms-transform: rotate(180deg);
  	  -webkit-transform: rotate(180deg);
   	transform: rotate(180deg);
}
.simplePullQuote .left-quotes{
	background: top left no-repeat url("../images/quote.png");
	float: left;
 	padding: 15px;
}
.simplePullQuote p {
    margin-bottom: 0;
}