.pull-this-show-left {
  display: block;
  float: left;
  background-image: url(images/quote-open.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding: 1em 0 1em 1em;
  color: #495f53;
  text-align: center;
  font-size: 1.7em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.1em;
  width: 35%;
}

.pull-this-show-left span {
  background-image: url(images/quote-close.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  display: block;
  padding-right: 1.0em;
  padding-bottom: 1.0em;
  margin-right: 0.5em;
  margin-bottom: -1.0em;
}

.pull-this-show-right {
  display: block;
  float: right;
  background-image: url(images/quote-open.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding: 1em 0 1em 1em;
  margin-left: 0.2em;
  color: #495f53;
  text-align: center;
  font-size: 1.7em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.1em;
  width: 35%;
}

.pull-this-show-right span {
  background-image: url(images/quote-close.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  display: block;
  padding-right: 1.0em;
  padding-bottom: 1.0em;
  margin-bottom: -1.0em;
}
