body {
	margin:0px;
	background-color:#FFFFFF;
}
#container {
	width:800px;
	margin:0 auto;
	position: relative;
}
#movie {
	position: absolute; 
	cursor: default;
	border: 1px solid #DFDFDF;
}
#movie_bg {
	position: absolute;
}
#captions_bg {
	background: #ECECEC;
	visibility: hidden;
	position: absolute; 
	height:32px;
	z-index: 0;
	opacity: .9;
}
#captions {
	position: absolute; 
	visibility: hidden;
	height: 32px;
	text-align: center;
	font: 16px Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: black;
	padding-top:6px;
	padding-right:4px;
	padding-left:4px;
}
#transcript {
	display: none;
	width:760px;
	margin:0 auto;
	position: relative;
	font: 14px Helvetica, Arial, sans-serif;
	white-space:pre-line;
	top: 535px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
}
#controls {
	position: absolute; 
	visibility: hidden;
	width: 640px;
	height: 42px;
	z-index: 1;
}
.speedToggle {
	position: absolute;
	left: 56px;
	top: 12px;
	min-width: 34px;
	height: 20px;
	font: 14px Helvetica, Arial, sans-serif;
	text-align: center;
	color: #888;
	background: #F1F1F1;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	outline: none;
}
.speedToggle:hover {
	background: #999;
	color: #FFFFFF;
}
.speedToggle:active {
	background: #888;
	color: #FFFFFF;
}
.speed-highlight {
	background: #888;
	color: #FFFFFF;
}

.timeReadout {
	position: absolute;
	top: 14px;
	height: 20px;
	font: 12px Helvetica, Arial, sans-serif;
	color: #888;
	text-align: center;
}

.player-button {
	position: absolute; 
	cursor: pointer;
	top: 5px;
	width: 32px;
	height: 32px;
	
	background-size: 32px;
	visibility: hidden;
	outline: none;

	background-color: transparent;
	border: none;
	box-shadow: none;
}

.no-text {
	display: none;
}
#replayButton {
	border: solid 1px #CCCCCC;
	border-radius: 8px;
	box-shadow: 1px 2px 3px #DFDFDF;
	background-image:url(../img/ui_nav_reset.png);
	background: -webkit-image-set( url(../img/ui_nav_reset.png)    1x,
                                   url(../img/ui_nav_reset_2x.png) 2x);
	left: 12px;
}
#replayButton:hover {
	background-position: 0px -32px;
}
#replayButton:active {
	background-position: 0px 32px;
}
#pauseButton {
	border: solid 1px #CCCCCC;
	border-radius: 8px;
	box-shadow: 1px 2px 3px #DFDFDF;
	background-image: url(../img/ui_nav_pause.png);
	background: -webkit-image-set( url(../img/ui_nav_pause.png)    1x,
                                   url(../img/ui_nav_pause_2x.png) 2x);
	left: 110px;
}
#pauseButton:hover {
	background-position: 0px -32px;
}
#pauseButton:active {
	background-position: 0px 32px;
}

#playButton {
	border: solid 1px #CCCCCC;
	border-radius: 8px;
	box-shadow: 1px 2px 3px #DFDFDF;
	background-image: url(../img/ui_nav_play.png);
	background: -webkit-image-set( url(../img/ui_nav_play.png)    1x,
                                   url(../img/ui_nav_play_2x.png) 2x);
	left: 110px;
}
#playButton:hover {
	background-position: 0px -32px;
}
#playButton:active {
	background-position: 0px 32px;
}

#transcriptButton {
	background-image:url(../img/ui_transcript.png);
	background: -webkit-image-set( url(../img/ui_transcript.png)    1x,
                                   url(../img/ui_transcript_2x.png) 2x);
	left: 632px;
}
#transcriptOff {
	background-image:url(../img/ui_transcript_off.png);
	background: -webkit-image-set( url(../img/ui_transcript_off.png)    1x,
                                   url(../img/ui_transcript_off_2x.png) 2x);
}

#captionsButton {
	background-image: url(../img/ui_cc.png);
	background: -webkit-image-set( url(../img/ui_cc.png)    1x,
                                   url(../img/ui_cc_2x.png) 2x);
	left: 522px;
}
#captionsOff {
	background-image: url(../img/ui_cc_off.png);
	background: -webkit-image-set( url(../img/ui_cc_off.png)    1x,
                                   url(../img/ui_cc_off_2x.png) 2x);
}

#volumeButton {
	background-image:url(../img/ui_volume.png);
	background: -webkit-image-set( url(../img/ui_volume.png)    1x,
                                   url(../img/ui_volume_2x.png) 2x);
}
#volumeOff {
	background-image:url(../img/ui_volume_off.png);
	background: -webkit-image-set( url(../img/ui_volume_off.png)    1x,
                                   url(../img/ui_volume_off_2x.png) 2x);
}

#helpButton {
	background-image:url(../img/ui_help.png);
	background: -webkit-image-set( url(../img/ui_help.png)    1x,
                                   url(../img/ui_help_2x.png) 2x);
	opacity: .5;
}

#progressButton {
	background-image:url(../img/ui_progress.png);
	background: -webkit-image-set( url(../img/ui_progress.png)    1x,
                                   url(../img/ui_progress_2x.png) 2x);
}

.progress-track {
	position: absolute; 
	visibility: hidden;
	top: 19px;
	width: 320px;
	height: 4px;
	border-radius: 4px;
}
#progress_bg {
	background-color: #CCC;
}
#buffer_bar {
	background-color: #EEE;
}
#progress_bar {
	background-color: #999;
}
#progress_container {
	height: 15px;
	/*border: 1px dotted gray;*/
	visibility: visible;
	opacity:0;
	top: 12px;
	cursor: pointer;
}
#helpScreen {
	position: absolute;
	opacity: .9;
	z-index: 2;
	display: none;
	background-color: white;
	background-repeat: no-repeat;
	width: 800px;
}
#logo {
	position: absolute;
	top: 18px;
}
#tooltips {
	position: relative;
	display: none;
}
.tooltip {
	position: absolute;
	padding: 6px;
	height: 16px;
	border: 1px transparent;
	border-color: #999;
	background: #333;
	color: white;
	font: 12px Helvetica, Arial, sans-serif;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 3px 3px 5px #CCC;
	z-index:2;
	white-space: nowrap;
}
.tooltip-arrow {
	content: "";
	border: solid 10px transparent; /* set all borders to 10 pixels width */
	border-top-color: #333; /* the callout */
	border-bottom: 0; /* we do not need the bottom border in this case */
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 7px;
	bottom: -8px; /* border-width of the arrow element + padding of the root element */
	margin: auto;
}
#center-arrow {
	position: relative;
	left: 0px;
	bottom: -6px;
}
#rightside-arrow {
	left: 32px;
}
#rightend-arrow {
	border: solid 9px transparent;
	border-left-color: #333;
	border-right: 0;
	left: 60px;
	top: -7px;
}