#et_reviewScrollContainer {
  position: relative;
  width: 181px;
  height: auto;
  overflow: hidden;
  margin: 0;
  float: left;
}

#et_reviewScroller {
  width: 928px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
  

}

.et_reviewScrollContent {
  float: left;
  width: 181px;
  height: 70px;
  background: #edeef0;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}

#et_reviewScrollNavLeft {
	float: left;
	width: 24px;
	height: 70px;
}

#et_reviewScrollNavRight {
	float: left;
	width: 24px;
	height: 70px;
}


#et_reviewsContainer {
  position: relative;
  width: 180px;
  height: 70px;
  overflow: hidden;
  background: #EFEFEF;
  float: left;
}

#et_reviewsScroller {
  width: 900px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.et_reviewsContent {
  width: 180px;	
  height: 70px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  font-size: 1em;
  font-family: arial;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}
