#hybrid-player{
	position:absolute;
	height:100%;
	width:100%;
	z-index:5;
	top:0;
	left:0;
}

/*				     new stuff		   			*/

.video {
	position: absolute;
	float:left;
	width: 0px;
	height: 0px;
	top: 0;
	left: 0;
}

.homepage-video .video {
	width: 100%;
	height: 100%;
}

#hp-video {
	/*background: red;
	width: 100%;
	height: 100%;*/
	position: absolute;
	cursor: pointer;
}

.video object {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

/*				   end new stuff					*/

.video-player, .video-bg {
	position:absolute;
	height:12px;
	width:100%;
	left:0px;
	z-index:11;
}

.video-player{
	bottom:0;
	font-family: 'NeuzeitGro-Lig';
}

.video-bg-cover {
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	z-index:11;
	background-color:#000000;
	top:0;
}

.main-controls {
	position:absolute;
	width:90px;
	height:20px;
	margin:-10px 0 0 -45px;
	left:50%;
	top:50%;
	z-index:12;
}

.vid-button {
	cursor:pointer;
}

.share {
	display:none;
}

.play-btn {
	position:absolute;
	width:12px;
	height:12px;
	margin:-6px 0 0 -6px;
	left:50%;
	top:50%;
	/*background:transparent url(../images/play.png) no-repeat top left;*/
	background: red;
}

.play-btn.play {
	/*background:transparent url(../images/pause.png) no-repeat top left;*/
	background: green;
}

.ff-btn,.rr-btn {
	position:absolute;
	height:14px;
	width:18px;
	right:0;
	top:50%;
	margin-top:-7px;
}

#beauty .ff-btn, #beauty .rr-btn, #designer_preview .ff-btn, #designer_preview .rr-btn {
	display:none;
}

.ff-btn {
	right:0;
	/*background:url(../images/ff.png);*/
	background: blue;
}

.rr-btn {
	left:0;
	/*background:url(../images/rr.png);*/
	background: purple;
}

.right-btns {
	position:absolute;
	right:10px;
	top:50%;
	height:20px;
	width:80px;
	margin:-10px 0 0 0;
	z-index:12;
}

#embed-vid .right-btns {
	width:100px;
}

.fullscreen {
	position:absolute;
	width:19px;
	height:13px;
	margin:-6px 0 0 0;
	top:50%;
	right:0;
	/*background:transparent url(../images/fullscreen.png) no-repeat top left;*/
	background: yellow;
}

.hd, .sd {
	position:absolute;
	width:24px;
	height:17px;
	margin:-8px 0 0 0;
	top:50%;
	cursor:pointer;
}

.hd {
	right:27px;
	/*background:transparent url(../images/hd.png) no-repeat top left;*/
}

.sd {
	right:0;
	/*background:transparent url(../images/sd.png) no-repeat top left;*/
}

.volume {
	position:absolute;
	width:15px;
	height:13px;
	margin:-6px 0 0 0;
	top:50%;
	left:0;
}

.vol-on {
	background:transparent url(images/hybrid/volume.png) no-repeat top left;
}

.vol-off {
	background:transparent url(images/hybrid/soundoff.png) no-repeat top left;
}

#embed-vid .volume {
	left:auto;
	right:0;
}

.timecode {
	position:absolute;
	z-index:12;
	color:#666666;
	width:100px;
	height:20px;
	margin:-6px 0 0 0;
	top:50%;
	left:10px;
}

#embed-vid .timecode {
	left:0;
	top:40%;
}

.seeker {
	position absolute !important;
	width: 100%;
	height: 12px;
	left: 0px;
	top: 100%;
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(155, 155, 155);
	/* RGBa with 0.8 opacity */
	background: rgba(155, 155, 155, 0.2);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.seeker-bar {
	height: 12px;
}

.seeked, .buffer{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 12px;
	width: 0px;
}

.seeked {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.8 opacity */
	background: rgba(255, 255, 255, 0.3);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.buffer {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(171, 171, 171);
	/* RGBa with 0.8 opacity */
	background: rgba(171, 171, 171, 0.2);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.homepage-video .seeker {
	width: 320px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 12px;
}

#video {
	overflow:hidden;
	position: absolute;
	height:100% !important;
	width:100% !important;
}

#embed-vid #video {
	position: absolute;
	height:100% !important;
	width:100% !important;
}

#flashcontent {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.flashplayer #about img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -82px;
	margin-top: -22px;
}

.big-play, .loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:11;
}

.big-play img {
	position: absolute;
	top: -50px;
	left: -50px;
	cursor: pointer;
}

.loader img {
	position: absolute;
	top: -20px;
	left: -20px;
}

.poster {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:#000000;
}

.video-bg-cover {
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	z-index:11;
	background-color:#000000;
	top:0;
}


/*HOMEPAGE PRELOADER*/

.hp-preloader {
	position:absolute;
	width:320px;
	height:120px;
	left:50%;
	top:50%;
	margin-top: -120px;
	margin-left: -160px;
	z-index:40;
	background:transparent url(/images/ui/preloader-bgnd.png) no-repeat;
}

.hp-preloader-seeker {
	position:absolute;
	width:320px;
	height:1px;
	background-color:#333333;
	left:0;
	bottom:0px;
	left: 50%;
	top: 95%;
	margin-top: 0;
	margin-left: -160px;
	z-index: 11;
}

.hp-preloader-seeked, .hp-preloader-buffer{
	position:absolute;
	left:0;
	top:0;
	height:1px;
	width:0px;
}

.hp-preloader-seeked {
	background-color:#ffffff;
	display: none;
	width:30px;
}

.hp-preloader-buffer {
	background-color:#D92937;
	width:20px;
}

#video-0 {
	background: black;
}

