/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Customise
2014.09.11	704 -> 704,  272 -> 406
 */

 div.jp-video {
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color:#666;
	width:704px;
	overflow:hidden;
	background:transparent url(/images/top/home/player/background.png?1390900709) no-repeat 0 0;
}
div.jp-interface {
	position:relative;
	width:704px; height:23px;
}
div.jp-video div.jp-type-single div.jp-interface {
	height:23px;
}
div.jp-video div.jp-type-playlist div.jp-interface {
	height:23px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0; margin:0;
}
div.jp-interface ul.jp-controls li {
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:21px; height:21px;
	z-index:1;
}
div.jp-video a.jp-play,
div.jp-video a.jp-pause {
	top:3px; left:15px;
}
a.jp-play {
	top:1px; left:0px;
	background:url(/images/top/home/player/controls.png?1390900709) 0 0 no-repeat;
}
a.jp-play:hover {
	top:1px; left:0px;
	background:url(/images/top/home/player/controls.png) 0 -21px no-repeat;
}
a.jp-pause {
	top:1px; left:0px;
	background:url(/images/top/home/player/controls.png) -21px 0 no-repeat;
	display:none;
}
a.jp-pause:hover {
	top:1px; left:0px;
	background:url(/images/top/home/player/controls.png) -21px -21px no-repeat;
}
a.jp-stop {
	top:1px; left:25px;
	background:url(/images/top/home/player/controls.png) -63px 0 no-repeat;
	width:21px; height:21px;
	z-index:1;
}
a.jp-stop:hover {
	top:1px; left:25px;
	background:url(/images/top/home/player/controls.png) -63px -21px no-repeat;
}
div.jp-progress {
	position:absolute;
	overflow:hidden;
}
div.jp-video div.jp-progress {
	top:8px; left:54px;
	width:482px; height:8px;
}
div.jp-seek-bar {
	width:0px; height:100%;
	cursor:pointer;
}
div.jp-play-bar {
	background:url(/images/top/home/player/progress.png?1390902262) 0 0 repeat-x ;
	width:0px;
	height:100%;
}
div.jp-seeking-bg {
	background:url(/images/top/home/player/progress.png) 0 0 repeat-x ;
}
a.jp-mute,
a.jp-unmute {
	width:21px; height:21px;
	top:3px; left:620px;
}
a.jp-mute {
	background:url(/images/top/home/player/controls.png) -42px 0 no-repeat;
}
a.jp-unmute {
	background:url(/images/top/home/player/controls.png) -42px -21px no-repeat;
	display:none;
}
div.jp-volume-bar {
	position:absolute;
	overflow:hidden;
	width:52px; height:8px;
	cursor:pointer;
}
div.jp-video div.jp-volume-bar {
	top:8px;
}
div.jp-type-single div.jp-volume-bar {
	left:640px;
}
div.jp-type-playlist div.jp-volume-bar {
	left:611px;
}
div.jp-volume-bar-value {
	background:url(/images/top/home/player/progress.png) 0 0 repeat-x ;
	width:0px; height:8px;
}
div.jp-current-time,
div.jp-duration {
	position:absolute;
	font-size:.64em;
/*	font-size:.44em;	*/
	color:#eee;
	font-style:oblique;
}
div.jp-duration {
	text-align:right;
}
div.jp-video div.jp-current-time,
div.jp-video div.jp-duration {
	top:5px; left:536px;
	width:7em;
	padding:0 1%;
}
div.jp-playlist {
	width:100%;
	border-top:none;
	overflow:hidden; /* add */
	margin:0; padding:0;
}
div.jp-playlist ul {
	list-style-type:none;
	margin:0; padding:0;
	font-size:.72em;
}
div.jp-playlist li {
	list-style-type:none;
	margin:0; padding:0;
}
div.jp-video div.jp-video-play {
	background:transparent url(/images/top/home/player/jplayer.blue.monday.video.play.png) no-repeat center;
	position:absolute;
	cursor:pointer;
	z-index:2;
}
div.jp-video div.jp-video-play:hover {
	background:transparent url(/images/top/home/player/jplayer.blue.monday.video.play.hover.png) no-repeat center;
}
div.jp-video-play {
	top:-406px;
	width:704px; height:406px;
}
div.jp-jplayer {
    width:704px !important; 
    height:406px !important;
	z-index:1 !important;
	overflow:hidden;
}



.jp-gui{
	position:relative;
}
.jp-video-play-icon{
	visibility: hidden;
}
