#videoTranscript {
	padding: 10px;
	max-height: 150px;
	overflow: auto;
}
	#videoTranscript h2 { border: 0; margin: 0 0 0.6em; padding: 0; }

/* jwPlayer and video styling received from UxG */
.video_overlay {
	display: none;
	z-index: 10000;
	background-color: #FFF;
	width: 640px;
	min-height: 200px;
	border: 5px solid #FFF; /* CSS3 styling for latest browsers */
	-moz-box-shadow: 0 0 90px 5px #999;
	-webkit-box-shadow: 0 0 90px #999;
	box-shadow: 0 0 90px #999;
}

.video_overlay .close {
	background-image: url(//cdns.benefitfocus.com/netstorage/platform/static/img/dialog_close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 30px;
	width: 30px;
}

.video_overlay video {
	 display: none;
}

.videoThumbList a {
	float: left;
	width: 185px;
	height: 155px;
	overflow: hidden;
	text-overflow:ellipsis;
	margin: 7px 8px 8px;
}
	.videoThumbList a img { 
		width: 185px;
		height: auto;
	}

.figure-video {
	position: relative;
	vertical-align: middle;
	display: block;
	overflow: visible;
	height: auto;
}
	.videoThumbList .figure-video {
		display: inline-block;
		height: 104px;
		overflow: hidden;
	}

.figure-label {
	position: relative;
	display: inline-block;
	padding: 7px;
	width: 171px;
	height: 36px;
	text-align: center;
	font-size: 12px;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow:ellipsis;
}

.figure-video .play-overlay {
	background-image: url("//cdns.benefitfocus.com/netstorage/platform/static/img/play_button_overlay.png");
	background-repeat: no-repeat;
	cursor: pointer;
	height: 80px;
	left: 50%;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width: 80px;
	margin-left: -40px;
	z-index: 3;
	display: block;
	background-position: 0 0;
}

.figure-video:hover .play-overlay {
	background-position: 0 -80px;
}

/* end of jwPlayer and video related styling */

/* @group feature carousel overrides */

.carousel-container #carousel-left { left: 50%; margin-left: -100px; }
.carousel-container #carousel-right { right: auto; left: 50%; margin-left: 85px; }

/* @end */

/* clearfix
-------------------------------------------------------------------------------- */
.clearfix {
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}