

.videoPlayer {
	position: relative;
	width: 480px;
	height: 360px;
	overflow:hidden;
	margin: 0 auto;
	font-family: helvetica, arial, sans-serif;
	/*-webkit-box-shadow: rgba(0,0,0,1) 0 0 10px;
	-moz-box-shadow: rgba(0,0,0,1) 0 0 10px;
	box-shadow: rgba(0,0,0,1) 0 0 10px;*/
	border: 1px solid #999;
}



/* do any video scaling here */
.videoPlayer video {
	background: #000;	
	width:100%;
	height:100%;
}
.videoPoster {
	background: #000;
}
.videoPoster img {
	width:100%;
	height:100%;	
}


.videoControls {
	position: absolute;
	bottom:10px;
	left:10px;
	/*width:553px; dynamic*/
	padding:5px;
	padding-left: 42px;
	display:none;
	background-color: rgba(255,0,0,0.2);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  	-moz-transform: translateY(0px);
  	-webkit-transform: translateY(0px);
}

.btn {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	margin-right:5px;
	position: absolute;
	left: 5px;
	opacity:1;
	z-index:1000;
	cursor:pointer;

	background-color: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)),color-stop(0.5, rgba(255,255,255,0.1)),color-stop(0.5, rgba(0,0,0,0.0)), to(rgba(0, 0, 0, 0.1)));
	background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2),rgba(255,255,255,0.1) 50%,rgba(0,0,0,0.0) 50%, rgba(0, 0, 0, 0.1));
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
}

.active {
	opacity:0;
	z-index:999;
}

.progress_wrapper {
	float: left;
	height: 32px;
	overflow: hidden;
	padding: 0;

	background-color: #333;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)),color-stop(0.5, rgba(255,255,255,0.1)),color-stop(0.5, rgba(0,0,0,0.0)), to(rgba(0, 0, 0, 0.1)));
	background-image:-moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2),rgba(255,255,255,0.1) 50%,rgba(0,0,0,0.0) 50%, rgba(0, 0, 0, 0.1));	
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.progress {
	float:left;
	position:relative;
	height: 10px;
	margin: 10px 0;
	/*width: 433px; dynamic*/

	background-color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)),color-stop(0.5, rgba(255,255,255,0.1)),color-stop(0.5, rgba(0,0,0,0.0)), to(rgba(0, 0, 0, 0.1)));
	background-image:-moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2),rgba(255,255,255,0.1) 50%,rgba(0,0,0,0.0) 50%, rgba(0, 0, 0, 0.1));

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.buffered {
	background: rgba(255,255,255,0.5);
	height: 10px;
	position: absolute;
	top: 0px;
	left:0;
	width: 100%;
	height: 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.time {
	background: rgba(0,0,0,0.7);
	height: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.handle {
	width:10px;
	height: 10px;
	float:right;
	background:#000;
	margin-right: -5px;

	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)),color-stop(0.5, rgba(255,255,255,0.1)),color-stop(0.5, rgba(0,0,0,0.0)), to(rgba(0, 0, 0, 0.1)));
	background-image:-moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2),rgba(255,255,255,0.1) 50%,rgba(0,0,0,0.0) 50%, rgba(0, 0, 0, 0.1));
	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.time_played,
.time_total {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	font-size: 11px;
	width: 60px;
	text-align:center;
	overflow:hidden;
	float:left;
	padding:10px 0;
}




.playButton {
	width:64px;
	height: 64px;
	position: absolute;
	z-index: 1000;
	top:50%;
	left:50%;
	margin: -32px auto auto -32px;
	cursor:pointer;
	
	background-color: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)),color-stop(0.5, rgba(255,255,255,0.1)),color-stop(0.5, rgba(0,0,0,0.0)), to(rgba(0, 0, 0, 0.1)));
	background-image:-moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2),rgba(255,255,255,0.1) 50%,rgba(0,0,0,0.0) 50%, rgba(0, 0, 0, 0.1));
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 10px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 10px;
	box-shadow: rgba(0,0,0,0.5) 0 0 10px;
}

.videoLoading {
	width:64px;
	height: 64px;
	background:rgba(0,0,0,0.75) url(../images/loading.gif) no-repeat center center;
	-webkit-border-radius: 10px;
	position: absolute;
	z-index: 1000;
	top:50%;
	left:50%;
	margin: -32px auto auto -32px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 10px;
	display:none;
}


/* Video Playlist styles
********************************************/
.videoOverlay {
	background:#000000;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:2;
}

.videoPlaylist {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:3;	
	margin-top:30px;
}

.playlistItem {
	margin:20px auto;
	width:300px;
	height:80px;
	background:#FFFFFF;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:none;
	padding:15px;
}

.playlistItem .videoThumbnail {
	float:left;
	width:90px;
	height:70px;
	line-height:70px;
	background:#000000;
	margin-right:15px;
}

.playlistItem .videoThumbnail img {
	vertical-align:middle;
}

.playlistItem p {
	float:left;	
}