.instructors > .about {
	float: left;
	width: 630px;
}

.instructors > .details {
	float: left;
	width: 300px;
	margin-right: 20px; padding-left: 10px;
}
.instructors > .details h2,
.instructors > .details h3 { margin: 0; }
.instructors > .details a.product_link {
	display: block;
	color: #006693;
}
.instructors > .details .photo {
	float: left;
	position: relative; left: -10px;
	width: 290px;
	margin: 30px 0 10px 0; padding: 10px;
	background: #00a3da;
}
.instructors > .details .photo .decour {
	position: absolute; left: 50%; top: 0;
}
.instructors > .details .photo .decour .inner {
	position: absolute; left: -136px; top: -40px;
	width: 273px; height: 67px;
	background: transparent url( ../../images/decour/instructors_photo_top.png ) no-repeat;
}
.instructors > .details.sm {
	float: left;
	width: 190px;
	margin: 0 20px; padding-left: 10px;
}
.instructors > .details.sm .photo {
	float: left;
	position: relative; left: -10px;
	width: 190px;
	margin: 30px 0 10px 0; padding: 10px;
	background: #00a3da;
}
.instructors > .details.sm .photo .decour .inner {
	position: absolute; left: -86px; top: -30px;
	width: 170px; height: 53px;
	background: transparent url( ../../images/decour/instructors_photo_top_sm.png ) no-repeat;
}
.instructors > .details.sm .name {
	display: block;
	text-align: center;
}
.instructors > .details.sm .view_bio {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #1BABE5;
}

.instructors > .similar {
	margin: 20px 0; padding: 10px;
	background: rgb(206,233,246);
	background: -moz-linear-gradient(left, rgba(206,233,246,1) 0%, rgba(141,196,221,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(206,233,246,1)), color-stop(100%,rgba(141,196,221,1)));
	background: -webkit-linear-gradient(left, rgba(206,233,246,1) 0%,rgba(141,196,221,1) 100%);
	background: -o-linear-gradient(left, rgba(206,233,246,1) 0%,rgba(141,196,221,1) 100%);
	background: -ms-linear-gradient(left, rgba(206,233,246,1) 0%,rgba(141,196,221,1) 100%);
	background: linear-gradient(to right, rgba(206,233,246,1) 0%,rgba(141,196,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee9f6', endColorstr='#8dc4dd',GradientType=1 );
	border-radius: 10px;
}
.instructors > .similar h2 { margin-top: 0; }
.instructors > .similar .instructor {
	float: left;
	margin: 0 5px;
}
.instructors > .similar .instructor .thumb {
	padding: 5px;
	background: #fff;
}
.instructors > .similar .instructor .thumb img {
	box-shadow: 0 0 3px #666;
	border: 1px solid #fff;
}
.instructors > .similar .instructor .name {
	text-align: center;
	display: block;
	padding-top: 3px;
}
.instructors > .similar > .carousel { margin-left: -10px; }
.width960 .instructors > .similar > .carousel .animation { margin-left: 9px; }
.width620 .instructors > .similar > .carousel .animation { margin-left: 19px; }