/* Create - Examples
============================================================================= */

.teamWrapper {
  float: left;
  /*height: 280px;*/ height: 240px;
  /*
  margin-right: 30px;*/
  margin-right: 11px;
}

img.example {
  display: block;
  background-color: #fff;

  /*border: 1px dotted #b6b8ba;
  padding: 3px;*/
}


.teamWrapper .text {
  display: block;
  background-color: #f3f4f4;
  color: #7b7c7f;
  /*width: 136px;*/ width: 165px;
  height: 38px;
  padding: 8px 10px 10px 10px;
}

.teamWrapper .text span {
  display: block;
  color: #4560a2;
  line-height: 15px;
}

.teamWrapper a.text:hover {
  background-color: #3a4150;
  color: #fff;
}

.teamWrapper a.text:hover span {
  display: block;
  color: #b8bac0;
}


.teamWrapper:hover a.text{
	background-color: #3a4150;
  	color: #fff;
}

.teamWrapper:hover a.text span {
  display: block;
  color: #b8bac0;
}

.last {margin-right: 0;}

#teamWrapper {
  float: right;
  width: 188px;
}

div.testimonialRight {
  border-bottom: 1px dotted #dadbdc;
  padding-bottom: 25px;
}
