#testimonial {
float: left;
background-color: #F0F0F0;
	z-index: inherit;
	zoom: 1; /* For IE6 */
	width: 270px;
      margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#testimonial p { margin-left: 10px; margin-right: 10px; font-style: italic; }

.quote {
  font-weight: bold;
  font-style: normal;
}

h1 {
  font-size: 14pt;
  color: #d21c4f;
  margin-top: 0;
  font-weight: bold;
}

h3 {
  color: #909090;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 15px;
}

.notop { margin-top: 0; }

.scrollimg {
  border: 0px;
  padding: 0px;
  width: 16px;
  height: 330px;
  float: left;
}

#leftside { float: left; width: 500px;}
#lefttext { width: 485px;}

#container {
  width: 465px;
  height: 355px;
  overflow: hidden;
  border: 0px;
  margin: 0px;
  padding: 0px;
  float: left;
}

#scroller {
  width: 1350px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.scontent {
  width: 150px;
  height: 320px;
  text-align:center;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  border: 0px;
}

.presspic {
  margin-top: 5px;
  vertical-align: middle;
  border: 0;
  margin-bottom: 5px;
}

#sep {
  float:left;
  height: 670px;
  width: 15px;
}

#maintext {
  width: 315px;
  float: left;
}

#rightside {
 margin-right:10px;
 margin-top:-16px;
}

@media (max-width: 650px) {
  #leftside { width: 95%; float:none; margin: auto; }
  #lefttext { width: 95%; }
  #fullwidth { width: 100%; }
  #container { width: 88%; }
  #rightside { width: 100%; margin-left: 0; margin-top: 10px; }
  #testimonial { float: none; width:90%; margin: auto; margin-bottom: 15px;}
}