#big-video-wrap {
	left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; position: fixed;
}
#big-video-vid {
	position: absolute;
}
#big-video-image {
	position: absolute;
}
#big-video-control-container {
	padding: 0px 20px; width: 100%; bottom: 20px; position: fixed; transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; -o-transition-duration: 0.6s;
}
#big-video-control {
	width: 100%; height: 16px; position: relative;
}
#big-video-control-middle {
	margin: 0px 56px 0px 24px;
}
#big-video-control-bar {
	width: 100%; height: 16px; position: relative; cursor: pointer;
}
#big-video-control-progress {
	background: rgb(255, 255, 255); top: 7px; width: 0%; height: 3px; position: absolute;
}
#big-video-control-track {
	background: rgb(255, 255, 255); top: 8px; width: 100%; height: 1px; position: absolute;
}
#big-video-control-bound-left {
	left: 0px;
}
#big-video-control-bound-right {
	right: -1px;
}
#big-video-control-track .ui-slider-handle {
	opacity: 0;
}
#big-video-control-playhead {
	left: 30%;
}
#big-video-control-play {
	left: 0px; top: 0px; width: 16px; height: 16px; position: absolute; background-image: url("bigvideo.png");
}
#big-video-control-timer {
	top: 1px; right: 0px; color: rgb(255, 255, 255); font-size: 11px; position: absolute;
}
#big-video-control-playhead {
	background: rgb(255, 255, 255); top: 0px; width: 1px; height: 16px; position: absolute;
}
#big-video-control-bound-left {
	background: rgb(255, 255, 255); top: 0px; width: 1px; height: 16px; position: absolute;
}
#big-video-control-bound-right {
	background: rgb(255, 255, 255); top: 0px; width: 1px; height: 16px; position: absolute;
}
#big-video-control .ui-slider-handle {
	top: -8px; width: 16px; height: 16px; border-left-color: rgb(255, 255, 255); border-left-width: 1px; border-left-style: solid; position: absolute;
}
.transparent {
	opacity: 0; -moz-opacity: 0; -khtml-opacity: 0;
}
.vjs-big-play-button {
	display: none !important;
}
