/** testimonials **/
#testimonials {
    display: block;
}

#testimonials .carousel-wrap {
  display: block;
  width: 350px;
  margin: -15px 0px 0px 35px;
  padding:0px;
  overflow: hidden;
}

.carousel-nav {
	margin-top:80px;
	position:absolute;
  	display:block;
  	width:420px;
}
.carousel-nav img {
  cursor: pointer;
}
.carousel-nav img:active {
  position: relative;
  top: 1px;
}
.carousel-nav .nextbtn {
  float: right;
}

#testimonials .carousel-wrap ul {
  display: block;
  list-style: none;
  position: relative;
}
#testimonials .carousel-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 400px;
  margin-right: 15px;
}

#testimonials .carousel-wrap .context {
  font-size:16px;
  line-height: 1.45em;
  color: #797670;
  font-style: italic;
  margin-right:120px;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid #dcdcdc;
}

#testimonials .carousel-wrap .credits {
	font-size:12px;
  	color: #0C0;
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }