/* Video */
.testimonials.videos { position: relative; }
.testimonials.videos .video {
	float: left;
	width: 640px; height: 390px;
	background: #ddd;
}
.testimonials.videos.sm .video { width: 400px; height: 244px; }

.testimonials.videos a.nav {
	position: absolute; top: 100px;
}
.testimonials.videos a.nav.prev { left: -10px; }
.testimonials.videos a.nav.next { right: -10px; }
.testimonials.videos .submissions {
	float: left;
	width: 280px; height: 340px;
	padding: 30px 20px 20px;
	background: #006693;
}
.testimonials.videos.sm .submissions { width: 180px; height: 194px; }

.testimonials.videos .submissions .inner {
	overflow: auto;
	width: 280px; height: 330px;
}
.testimonials.videos.sm .submissions .inner { width: 180px; height: 184px; }

.testimonials.videos .submissions,
.testimonials.videos .submissions h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.testimonials.videos .submissions h2 {
	margin: 2px 0; padding: 0 10px;
	text-transform: uppercase;
}
.testimonials.videos .submissions ul {
	list-style: none;
	list-style-type: none;
	margin: 0 0 10px; padding: 0;
}
.testimonials.videos .submissions a {
	display: block;
	padding: 2px 10px; 
	color: #fff;
}
.testimonials.videos .submissions a.active {
	display: block;
	background: #49B3E9;
}
.testimonials.videos .controls {
	padding: 10px 0;
	text-align: right;
}


/* Written */
.testimonials.written ul {
	list-style: none;
	list-style-type: none;
	margin: 0 0 10px; padding: 0;
}
.testimonials.written .testimonial { padding: 0 0 10px; }
.testimonials.written .source { font-style: italic; }
.testimonials.written .source .name {
	font-weight: bold;
	font-style: normal;
}


/* Controls */
.testimonials .controls { padding: 5px 0 30px; }
.testimonials .controls span {
	display: inline-block;
	margin-right: 30px;
}
.testimonials .controls span.showhide {
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-transform: lowercase;
	color: #009EEB;
}
.testimonials .controls span.showhide:hover {
	color: #23CFF7;
}
.testimonials .controls span.showhide.inactive {
	cursor: default;
	color: #bbb;
}
.testimonials .controls span.write {
	padding: 0 10px;
	background: #0091D0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 25px;
	text-transform: lowercase;
	color: #fff;
}
