#novideo { 
	position: absolute; 
	top: 150px; 
	width: 100%;
	line-height: 1.4em; 
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	
}

#previewvideo {
	width: 863px;
	height: 480px;
	margin: 0;
	padding: 0;	
	background-repeat: no-repeat;
}

#previewvideo .play {
	width: 80px;
	height: 36px;
	margin: auto;
	padding: 222px 0 0 0;	
}

#moviecontainer .hidden { 
	display: none;
}

#moviecontainer { 
	margin: 0;
	padding: 0;
	position: relative;
}

#moviecontainer .noqt { 
	display: none; 
	font-size: 16px; 
}

#moviecontainer .noqt { 
	position: absolute; 
	top: 150px; 
	width: 100%;
	line-height: 1.4em; 
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	
}

#moviecontainer .nojava { 
	position: absolute; 
	top: 150px; 
	width: 100%; 
	text-align: center;  
	font-size: 16px !important; 
	line-height: 1.4em; 
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#novideo {
	width: 100%; 
	top: 150px; 
	font-size: 16px; 
	line-height: 1.4em; 
	text-align: center; 
	color: #FFFFFF; 
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;	
}

#moviecontroller { 
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background-color: #3C3A3A;
	position: relative;
}

#moviecontroller div.control { 
	width: 27px; 
	height: 27px; 
	margin: 0;
	text-indent: -999px; 
	cursor: pointer; 
	overflow: hidden; 
	background: url(../images/controller/play_pause.gif) center top no-repeat;  
	position: relative;
}

#moviecontroller div.control.play { }

#moviecontroller div.control.pause { 
	background-position: center -30px; 
}

#moviecontroller div.volumeControl { 
	width: 11px; 
	height: 27px; 
	margin-left: 522px;
	margin-top: -27px;
	text-indent: -999px; 
	overflow: hidden; 
	background: url(../images/controller/volume.gif) center top no-repeat; 
	position: relative;
}

#moviecontroller div.volumeControl.on { }

#moviecontroller div.volumeControl.off { 
	background-position: center -30px; 
}

#moviecontroller div.sliderPanel { 
	height: 27px; 
	width: 401px;
	margin-left: 37px;
	margin-top: -27px;
	padding: 0; 
	position: absolute;
}

#moviecontroller div.sliderPanel div.track { 
	width: 401px; 
	height: 27px; 
	background: url(../images/controller/seekbar.gif);
	background-repeat: repeat-x;
	text-align: left; 
	position: absolute;
}

#moviecontroller div.sliderPanel div.track div.loadedProgress { 
	position: absolute; 
	top: 0; 
	height: 30px; 
	background: url(../images/controller/seekbar_load.gif);
	background-repeat: repeat-x;
	overflow: hidden; 
}

#moviecontroller div.sliderPanel div.track div.trackProgress { 
	display: none; 
}

#moviecontroller div.sliderPanel div.track div.playHead { 
	width: 12px; 
	height: 27px; 
	background: url(../images/controller/track.png) no-repeat left top; 
	cursor: pointer;
	position: absolute;
}

#moviecontroller div.sliderVol { 
	height: 27px; 
	width: 60px;
	margin-left: 540px;
	margin-top: -27px;
	padding: 0; 
	position: absolute;
}

#moviecontroller div.sliderVol div.volTrack { 
	width: 60px; 
	height: 27px; 
	background: url(../images/controller/volumebar.gif);
	background-repeat: repeat-x;
	text-align: left; 
	position: absolute;
}

#moviecontroller div.sliderVol div.volTrack div.volProgress { 
	display:none; 
}

#moviecontroller div.sliderVol div.volTrack div.volHead { 
	width: 12px; 
	height: 30px; 
	background: url(../images/controller/track.png) no-repeat left top; 
	cursor: pointer;
	position: absolute; 
}

#moviecontroller div.fullscreen {
	width: 27px;
	height: 27px;
	margin-left: 610px;
	margin-top: -27px;
	padding: 0;
	background: url(../images/controller/fullscreen.gif) no-repeat left top; 
	cursor: pointer; 
	position: absolute;
}

#moviecontroller div.playableTime {
	width: 28px;
	height: 27px;
	margin-left: 448px;
	margin-top: -27px;
	line-height: 27px;
	padding: 0;
	color: #93ADB5;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#moviecontroller div.durationTime {
	width: 44px;
	height: 27px;
	margin-left: 476px;
	margin-top: -27px;
	padding: 0;
	line-height: 27px;
	color: #FFA100;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#moviecontroller div.durationTime span {
	color: #93ADB5;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#moviecontainer .endmovie {
	width: 853px; 
	height: 480px; 
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	text-align: center;
}

.replayDiv {
	width: 100%; 
	height: 36px; 
	margin-top: 222px; 
	padding: 0; 
	text-align: center;
	position: absolute;
}
