/* Video */
.testimonials.videos > h2 {
	float: right;
	margin: 0 30px 0 0; padding: 5px 20px;
	background: #FFEB0B;
	border-radius: 100px 100px 0 0;
	-moz-border-radius: 100px 100px 0 0;
	-webkit-border-radius: 100px 100px 0 0;
}
.testimonials.videos.sm > h2 { margin: 0 10px 0 0; }
.testimonials.videos a.nav {
	overflow: hidden; text-indent: -9999px;
	position: absolute; top: 145px;
	width: 24px; height: 31px;
	background: transparent url( ../../images/icons/nivo_arrows.png ) no-repeat;
}
.testimonials.videos a.nav.prev {
	left: 10px;
}
.testimonials.videos a.nav.next {
	right: 330px;
	background-position: top right;
}
.testimonials.videos.sm a.nav.next { right: 230px; }


/* Written */
.testimonials.written .source {
	color: #006693;
}
