/* Create - Examples
============================================================================= */

.exampleWrapper {
  float: left;
  height: 220px;
  margin-right: 30px;
}

img.example {
  display: block;
  background-color: #fff;
  border: 1px dotted #b6b8ba;
  padding: 3px;
}


.exampleWrapper a.text {
  display: block;
  background-color: #f3f4f4;
  color: #7b7c7f;
  width: 200px;
  height: 38px;
  padding: 8px 10px 10px 10px;
}

.exampleWrapper a.text span {
  display: block;
  color: #4560a2;
  line-height: 15px;
}

.exampleWrapper a.text:hover {
  background-color: #3a4150;
  color: #fff;
}

.exampleWrapper a.text:hover span {
  display: block;
  color: #b8bac0;
}


.exampleWrapper:hover a.text{
	background-color: #3a4150;
  	color: #fff;
}

.exampleWrapper:hover a.text span {
  display: block;
  color: #b8bac0;
}

.last {margin-right: 0;}

#testimonialsWrapper {
  background: url(../img/icons/comment.gif) 0 0px no-repeat;
  float: right;
  width: 188px;
}

div.testimonialRight {
  border-bottom: 1px dotted #dadbdc;
  padding-bottom: 25px;
}
