@charset "UTF-8";

.jp-video-play, .jp-video-play-icon
{
	display:none;	
}

#vide-content
{
	position:absolute;
	
	z-index:2000;
	
	width:100%;
	
	height:100%;	
}

.jp-gui
{
	position:fixed;
	
	bottom:0px;
	
	width:100%;
	
	z-index:2005;	
	
	height:35px;
}

.jp-interface
{
	/*width:409px;*/
	
	width:548px;
	
	margin:0px auto;
	
	position:relative;	
	
	z-index:9999;
}

.jp-controls li 
{
	list-style:none;	
}

.jp-no-solution
{
	display:none;
}

#videoContent
{
	width:100%;
	
	height:100%;
	
	overflow:hidden;	
	
	line-height:1.0;
	
	position:fixed;
}

#jp_container_1
{
	overflow:hidden;	
	
	width:100%;
	
	height:100%;
	
	visibility:hidden;
}

#jquery_jplayer_1
{
	position:absolute;
	
	overflow:hidden;	
}

.jp-toggles, .jp-title, .jp-volume-bar, .jp-mute, .jp-unmute, .jp-volume-max
{
	display:none;	
}

.jp-duration
{
	
}

.jp-play-bar
{
	background:url(../layout/jp-play-bg.png);

	height:16px;	
	
	position:relative;
}

.jp-play, .jp-pause
{
	width:27px;												height:28px;	
	
	display:block;
	
	position:absolute; 									top:0px;			left:0px;
}

.jp-play
{
	background:url(../layout/jp-play.png);
}

.jp-pause
{
	background:url(../layout/jp-pause.png);
}

.jp-stop, .jp-current-time, .jp-duration
{
	display:none;	
}

.jp-progress
{
	width:356px;
	
	height:16px;	
	
	position:absolute;
	
	top:0;													left:0;
		
	background:url(../layout/jp-progress-bg.png);
}

.jp-progress-bar-begin
{
	width:8px;
	
	height:16px;
	
	background:url(../layout/jp-progress-begin.png);
	
	position:absolute;
	
	top:0px;													left:-8px;
}

.jp-progress-bar-end
{
	width:4px;
	
	height:16px;
	
	background:url(../layout/jp-progress-end.png);
	
	position:absolute;
	
	top:0px;													right:-4px;
}

.jp-progress-bar-outer-begin
{
	width:8px;
	
	height:16px;
	
	background:url(../layout/jp-progress-outer-begin.png);
	
	position:absolute;
	
	top:0px;													left:-8px;
}

.jp-progress-bar-outer-end
{
	width:8px;
	
	height:16px;
	
	background:url(../layout/jp-progress-outer-end.png);
	
	position:absolute;
	
	top:0px;													right:-8px;
}

.jp-progress-bg
{
	width:356px;
	
	height:16px;

	background:url(../layout/jp-progress-outer-bg.png);
	
	position:absolute;
	
	top:6px;													left:45px;

}

.jp-play-begin
{
	width:8px;
	
	height:16px;
	
	background:url(../layout/jp-play-begin.png);
	
	position:absolute;
	
	top:0px;													left:-8px;
}

.jp-play-end
{
	width:4px;
	
	height:16px;

	background:url(../layout/jp-play-end.png);
	
	position:absolute;
	
	top:0px;													right:-4px;

}

.jp-no-solution
{
	background:#9F0;
	
	position:absolute;
	
	z-index:3000;	
}