#jp_container_1 {
	position: absolute;
	width: 742px;
	height: 416px;
	left: 0;
	top: 0;
}

#jp_container_1:hover {
	cursor: pointer;
}

#jp_container_2 {
	position: absolute;
	width: 546px;
	height: 306px;
	right: 0;
	bottom: 0;
}

#jp_container_2:hover {
	cursor: pointer;
}

.jp-interface {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 38px;
	border-top: 2px solid #363636;
	background-color: #0e0804;
	opacity: .9;
	display: none;
}

/* poster image play click*/
.jp-video-play {
	width: 100%;
	height: 100%;
	position: absolute;
}

.jp-play {
	width: 60px;
	height: 100%;
	background-image: url(../_img/global/vid_play.png);
	float: left;
}

.jp-pause {
	width: 60px;
	height: 100%;
	background-image: url(../_img/global/vid_pause.png);
	float: left;
}

.jp-mute {
	width: 50px;
	height: 100%;
	background-image: url(../_img/global/vid_mute.png);
	float: right;
}

.jp-unmute {
	width: 50px;
	height: 100%;
	background-image: url(../_img/global/vid_unmute.png);
	float: right;
}

.jp-volume {
	width: 60px;
	height: 100%;
	float: right;
	background-color: green;
}


.jp-time {
	margin-top: 13px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}

.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left: 50%;
	top: 10px;

	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}



.jp-progress {
	width: 340px;
	margin: 15px 10px 15px 5px;
	height: 8px;
	float: left;
	border-radius: 4px;
}

.jp-seek-bar {
	width:0px;
	height:100%;
	cursor: pointer;
	border-radius: 4px;
	
	background: #4a4a4a;
	background: -moz-linear-gradient(top,  #333333 0%, #4a4a4a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#4a4a4a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#4a4a4a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#4a4a4a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#4a4a4a 100%); /* IE10+ */
	background: linear-gradient(top,  #333333 0%,#4a4a4a 100%); /* W3C */
}

.jp-play-bar {
	width:0px;
	height:100%;
	border-radius: 4px;
	
	background: #f0f0f0;
	background: -moz-linear-gradient(top,  #ffffff 10%, #f0f0f0 10%, #b9b9b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(10%,#f0f0f0), color-stop(100%,#b9b9b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 10%,#f0f0f0 10%,#b9b9b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 10%,#f0f0f0 10%,#b9b9b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 10%,#f0f0f0 10%,#b9b9b9 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 10%,#f0f0f0 10%,#b9b9b9 100%); /* W3C */
}

/* this is displayed whehn user is skipping around on video */
div.jp-seeking-bg {
}