.main-video {
  float: left;
    margin: 10px 0 0 20px;
}

#holder-outer {
   background-color: #FFFFFF;
    height: 384px;
    padding-top: 10px;
    text-align: center;
    width: 684px;
}

#tabs-top {
	width: 862px;
}



#holder-video {
	position: absolute;
/* left hand video */
	/*left: 0px; */
	/* right hand video */
	left: 42px;
	top: 42px;
	width: 800px;
	/*height: 285px;*/
	height: 449px;
	background-color: #292929;
	padding: 2px 2px 2px 2px;
    margin-top: 10px;
}

#holder-slide {
	position: absolute;
    margin-left: 20px;
    margin-top: 10px;
	/*left hand video */
	/*left: 326px;*/
	/*right hand video */
	left: 0px;
	top: 42px;
	float: left;
	width: 540px;
	height: 405px;
	background-color: #292929;
	padding: 2px;
}

#holder-speaker {
	position: absolute;
	/*top: 330px;*/
	top: 330px;
	/*width: 326px;*/
    width:310px;
	height: 170px;
	padding: 10px;
	text-align: left;
    margin-left: 565px;
}

#player-speaker-name {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	font-size: 1.2em;
}

#player-speaker-title {
	color: #000000;
	font-weight: normal;
	font-size: 1.2em;
}

#loading {
	display:none;
}

#loading {
	display:none;
	position: absolute;
	top: 42px;
	width: 320px;
	height: 260px;
	background-image:url("../images/transparentbg.png");
	cursor:progress;
}

#loading-animation {
	/*position: fixed;
	top: 200px;
	left: 100px;*/
    /*position: static;*/
    position:relative;
    top: 180px;
    text-align: center;
	font-size: 16px;
	font-weight: bold;
}

/* VIDEO POSITION LEFT */
#position-left #holder-video {
	left: 2px;
	padding-right: 0px;
}
#position-left #holder-slide {
	left: 322px;
}
#position-left #holder-speaker {
	left: 2px;
}

#position-left #loading {
	left: 2px;
}


/* VIDEO POSITION RIGHT */
#position-right #holder-video {
	left: 546px; 	
	padding-left: 0px;
}
#position-right #holder-slide {
	left: 2px;
}
#position-right #holder-speaker {
	left: 538px;
}
#position-right #loading {
	left: 538px;
}



#development-info {
	position: absolute;
	top: 730px;
	left: 0px;
}



/* SUBTITLE TABS */

#tabs-subtitles {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-width: 0px;
	width: 856px;
	display: none;
}

#subtitles {
	color: #000000;
	padding: 10px;
	background-color: #ffffff;
        min-height: 50px;
}


/* OPTION TABS */

#tabs-options {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-width: 0px;
	width: 856px;
}

#tabs-thumbnails {
	padding: 2px;
	background-color: #ffffff;
	height: 172px;
	overflow: hidden;
}


#tabs-titles {
	padding: 2px;
	background-color: #ffffff;
	line-height: 1.2;
}

#tabs-titles, #tabs-titles a {
	color: #000000;
	text-decoration: none;
}
#tabs-titles a:hover {
	color: #000000;
	text-decoration: underline;
}

#tabs-titles ul {
	list-style-type: square;
}


#tabs-transcript {
	color: #000000;
	padding: 10px;
	background-color: #ffffff;
	line-height: 1.2;
}






/* SETTING */
/***********/



/* SCROLLING THUMBNAILS */

#makeMeScrollable {
	width:100%;
	height: 172px;
	position: relative;
}

#makeMeScrollable div.scrollableArea img {
	position: relative;
	float: left;
	margin: 5px;
	border; 1px 
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 5px #000000;
	padding: 5px;
}



#chapter_link {padding: .4em 1em .4em 20px; text-decoration: none; position: relative;}
#chapter_link span.ui-icon {margin: 0 5px 0 0;position: absolute; left: .1em; top: 50%; margin-top: -8px;}
