video {
	background:transparent;
}
.learning-center-main{

	position:relative;
	left:-30px;
	width:689px;
	height:476px;
	background-image: url('img/abc-video-bg.png');
	background-repeat:no-repeat;
}
.learning-center-title{
	position:absolute;
	left:40px;
	top:45px;
	font-family:"Univers LT W01_55 Roman1475956", sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:21px;
	color:#013664;
}
.learning-center-dropdown{
	position:absolute;
	right:35px;
	top:45px;
	width:277px;;
	height:25px;
	background-image: url('img/dropdown-off.png');
	background-repeat:no-repeat;
	cursor:pointer;
}
.learning-center-dropdown p{
	font-size:16px;
	font-style:italic;
	width:220px;
	height:24px;
	line-height:24px;
	padding-left:15px;
	overflow:hidden;
}
/*
.popup{
	display: none;
	background: #00355f;
	width: 300px;
	border:1px solid;
}
*/
.learning-center-video{
	position:absolute;
	background:transparent;
	right:37px;
	top:85px;
	width:620px;
	height:350px;
}
.learning-center-instructions{
	position:absolute;
	right:37px;
	top:85px;
	width:620px;
	height:350px;
	font-family:"Univers LT W01_55 Roman1475956", sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:21px;
	color:#013664;
}

.dropdown{
	position:absolute;
	width:277px;
	right:35px;
	top:67px;
	z-index:9999;
	height:255px;
	min-height:280px;
}
.dropdown_content{
	height:280px;
	background:transparent url('img/bg-stretch.png');
	background-repeat:repeaty;
	width:277px;
}
.dropdown_content_bottom{
	height:10px;
	background-image:url('img/bottom-cap.png');
	background-repeat:no-repeat;
	width:277px;
}

.select_chapter{
	width:277px;
	height:250px;
	min-height:250px;
}
.chapters{
	width:272px;
	float:left;
}
.inner-chapter{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	width:239px;
	float:left;
}
.inner-chapter:hover{
	background:#c3d1db;
	cursor:pointer;
}

.chapters .thumb_holder{
	position:relative;
	padding-top:10px;
	width:75px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.chapters .thumb_holder p{
	z-index:10;
	font-size:16px;
	font-weight:bold;
	font-color;#02345e;
	text-align:center;
}
.chapters .thumb_holder p.shadow{
	z-index:10;
	font-size:16px;
	font-weight:bold;
	font-color;#ffffff;
	text-align:center;
}
.chapters .reel_description{
	padding-left:10px;
	font-family:"Univers LT W01_65 Bold_1475974", sans-serif;
	color:#02345e;
	font-size:14px;
	width:150px;
}
.chapters .separator{
	border-bottom: 1px solid #d8d8d7;
	width:85%;
	height:2px;
	margin-left:10px;
	float:left;
}

/*** jScrollPane Modifications ***/
.select_chapter .jspVerticalBar {
	margin-right:9px;
	margin-top:8px;
	width:10px;
	max-height:150px;
}
.select_chapter .jspVerticalBar .jspCap {
	height: 10px;
	display: block;
}
.select_chapter .jspVerticalBar .jspTrack {
	height:175px;
	width:10px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.select_chapter .jspVerticalBar .jspDrag {
	background-image: url(img/thmb.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 10px;
}

.select_chapter .jspVerticalBar .jspArrowUp {
	background-image: url(img/up-blue.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 10px;
}

.select_chapter .jspVerticalBar .jspArrowDown {
	background-image: url(img/down-blue.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 10px;
}
