@charset "utf-8";
/*==================================
CSS Document : Jplayer
==================================*/
.jp-audio, .jp-video {
	position: relative;
	font-size: 1.25em;
	line-height: 1.4;
	border-top: solid 1px #121212;
	border-left: solid 1px #121212;
	border-right: solid 1px #0b0b0b;
	border-bottom: solid 1px #0b0b0b;
	background: url(../img_common/jplayer_nav_bg.jpg) repeat;
}

.jp-audio {
	width: 201px;
	padding: 20px;
}

.jp-video-270p {
	width: 480px;
}
.jp-video-360p {
	width: 640px;
}
.jp-video-450p {
	width: 800px;
}

.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width: 480px;
	height: 270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position: static !important; position: relative;
}
.jp-video-full .jp-jplayer {
	z-index: 1000;
	top: 0px;
	left: 0px;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}
.jp-video-full .jp-gui {
	z-index: 1000;
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.jp-video-full .jp-interface {
	z-index: 1000;
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0px;
	left: 0px;
}

.jp-interface {
	position: relative;
	width: 100%;
	background: url(../img_common/jplayer_nav_bg.jpg) repeat; /* Required for the full screen */
}

.jp-audio .jp-interface {
	padding-top: 30px;
	height: 80px;
}


/* Group Controls
----------------------------------*/
.jp-controls-holder {
	position: relative;
	margin: 0 auto 10px auto;
	clear: both;
	width: 440px;
	overflow: hidden;
}

.jp-interface ul.jp-controls {
	padding: 1px 0px 2px 1px;
	width: 201px;
	height: 34px;
	list-style-type: none;
	background: url("../img_common/jplayer_nav.jpg") 0 0 no-repeat;
	overflow: hidden;
}

.jp-audio ul.jp-controls {
	margin: 0 auto;
}

.jp-video ul.jp-controls {
	margin: 0 0 0 115px;
	float: left;
	display: inline; /* need this to fix IE6 double margin */
}

.jp-interface ul.jp-controls li {
	float: left;
	display: inline;
}
.jp-interface ul.jp-controls a {
	margin: 0px 1px 2px 0px;
	padding: 0;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}


/* Group SinglePlayer Controls
----------------------------------*/
.jp-type-single .jp-controls li a {
	width: 99px;
}

.jp-type-single .jp-play {
	background: url("../img_common/jplayer_nav.jpg") 0px -40px no-repeat;
}
.jp-type-single .jp-play:hover {
	background: url("../img_common/jplayer_nav.jpg") -100px -40px no-repeat;
}

.jp-type-single .jp-pause {
	background: url("../img_common/jplayer_nav.jpg") 0px -120px no-repeat;
}
.jp-type-single .jp-pause:hover {
	background: url("../img_common/jplayer_nav.jpg") -100px -120px no-repeat;
}

.jp-type-single .jp-stop {
	background: url("../img_common/jplayer_nav.jpg") 0px -80px no-repeat;
}
.jp-type-single .jp-stop:hover {
	background: url("../img_common/jplayer_nav.jpg") -100px -80px no-repeat;
}


/* Group PlaylistPlayer Controls
----------------------------------*/
.jp-type-playlist .jp-controls li a {
	width: 49px;
}

.jp-type-playlist .jp-play {
	background: url("../img_common/jplayer_nav.jpg") -24px -40px no-repeat;
}
.jp-type-playlist .jp-play:hover {
	background: url("../img_common/jplayer_nav.jpg") -124px -40px no-repeat;
}

.jp-type-playlist .jp-pause {
	background: url("../img_common/jplayer_nav.jpg") -24px -120px no-repeat;
}
.jp-type-playlist .jp-pause:hover {
	background: url("../img_common/jplayer_nav.jpg") -124px -120px no-repeat;
}

.jp-type-playlist .jp-stop {
	background: url("../img_common/jplayer_nav.jpg") -24px -80px no-repeat;
}
.jp-type-playlist .jp-stop:hover {
	background: url("../img_common/jplayer_nav.jpg") -124px -80px no-repeat;
}

.jp-type-playlist .jp-previous {
	background: url("../img_common/jplayer_nav.jpg") -24px -200px no-repeat;
}
.jp-type-playlist .jp-previous:hover {
	background: url("../img_common/jplayer_nav.jpg") -124px -200px no-repeat;
}

.jp-type-playlist .jp-next {
	background: url("../img_common/jplayer_nav.jpg") -24px -160px no-repeat;
}
.jp-type-playlist .jp-next:hover {
	background: url("../img_common/jplayer_nav.jpg") -124px -160px no-repeat;
}


/* Group Toggles
----------------------------------*/
ul.jp-toggles {
	z-index: 20;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.jp-audio ul.jp-toggles {
	width:55px;
}

.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}

.jp-video ul.jp-toggles {
	margin-top: 10px;
	width: 100px;
}

ul.jp-toggles li {
	float: right;
	display: block;
}
ul.jp-toggles li a {
	width: 25px;
	height: 18px;
	text-indent: -9999px;
	line-height: 100%; /* need this for IE6 */
	display: block;
}

.jp-full-screen {
	margin-left: 20px;
	background: url("../img_common/jplayer_nav.jpg") 0 -420px no-repeat;
}
.jp-full-screen:hover {
	background: url("../img_common/jplayer_nav.jpg") -30px -420px no-repeat;
}

.jp-restore-screen {
	margin-left: 20px;
	background: url("../img_common/jplayer_nav.jpg") -60px -420px no-repeat;
}
.jp-restore-screen:hover {
	background: url("../img_common/jplayer_nav.jpg") -90px -420px no-repeat;
}

.jp-repeat {
	background: url("../img_common/jplayer_nav.jpg") 0 -440px no-repeat;
}
.jp-repeat:hover {
	background: url("../img_common/jplayer_nav.jpg") -30px -440px no-repeat;
}

.jp-repeat-off {
	background: url("../img_common/jplayer_nav.jpg") -60px -440px no-repeat;
}
.jp-repeat-off:hover {
	background: url("../img_common/jplayer_nav.jpg") -90px -440px no-repeat;
}

.jp-shuffle {
	margin-left: 5px;
	background: url("../img_common/jplayer_nav.jpg") 0 -460px no-repeat;
}
.jp-shuffle:hover {
	background: url("../img_common/jplayer_nav.jpg") -30px -460px no-repeat;
}

.jp-shuffle-off {
	margin-left: 5px;
	background: url("../img_common/jplayer_nav.jpg") -60px -460px no-repeat;
}
.jp-shuffle-off:hover {
	background: url("../img_common/jplayer_nav.jpg") -90px -460px no-repeat;
}


/* Group ProgressBar
----------------------------------*/
/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
	background: url("../img_common/jplayer_progressbar.gif");
}

.jp-progress {
	padding: 0px 2px 2px 2px;
	margin-bottom: 4px;
	width: 197px;
	height: 13px;
	background: url("../img_common/jplayer_nav.jpg") 0px -240px no-repeat;
	overflow: hidden;
}

.jp-video .jp-progress {
	padding: 0px;
	width: 100%;
	border-top: solid 1px #0b0b0b;
	border-bottom: solid 1px #121212;
	background-image: none;
}

.jp-seek-bar {
	width: 0px;
	height: 100%;
	background: url("../img_common/jplayer_nav.jpg") 0px -260px repeat-x;
	overflow: hidden;
	cursor: pointer;
}

.jp-play-bar {
	width: 0px;
	height: 100%;
	border-right: solid 1px #000000;
	background: url("../img_common/jplayer_nav.jpg") 0px -280px repeat-x;
	overflow:hidden;
}


/* Group Volume Controls
----------------------------------*/
.jp-interface ul.jp-controls a.jp-mute, .jp-interface ul.jp-controls a.jp-unmute, .jp-interface ul.jp-controls a.jp-volume-max {
	position: absolute;
	width: 16px;
	height: 11px;
	background: url("../img_common/jplayer_nav.jpg") 0px -330px no-repeat;
}

.jp-audio ul.jp-controls a.jp-mute, .jp-audio ul.jp-controls a.jp-unmute {
	top: 0px;
	left: 0px;
}
.jp-audio ul.jp-controls a.jp-volume-max {
	top: 0px;
	right: 0px;
}

.jp-video ul.jp-controls a.jp-mute, .jp-video ul.jp-controls a.jp-unmute {
	top: 14px;
	left: 0px;
}
.jp-video ul.jp-controls a.jp-volume-max {
	top: 14px;
	left: 84px;
}

.jp-interface ul.jp-controls a.jp-mute:hover {
	background: url("../img_common/jplayer_nav.jpg") -25px -330px no-repeat;
}

.jp-interface ul.jp-controls a.jp-unmute {
	background: url("../img_common/jplayer_nav.jpg") -60px -330px no-repeat;
}
.jp-interface ul.jp-controls a.jp-unmute:hover {
	background: url("../img_common/jplayer_nav.jpg") -85px -330px no-repeat;
}

.jp-interface ul.jp-controls a.jp-volume-max {
	background: url("../img_common/jplayer_nav.jpg") 0px -350px no-repeat;
}
.jp-interface ul.jp-controls a.jp-volume-max:hover {
	background: url("../img_common/jplayer_nav.jpg") -25px -350px no-repeat;
}

.jp-volume-bar {
	position: absolute;
	padding: 2px 2px 1px 2px;
	width: 197px;
	height: 4px;
	background: url("../img_common/jplayer_nav.jpg") 0px -300px repeat-x;
	overflow: hidden;
}
.jp-volume-bar:hover {
	cursor: pointer;
}

.jp-audio .jp-interface .jp-volume-bar {
	top: 2px;
	left: 20px;
}

.jp-video .jp-volume-bar {
	top: 0px;
	left: 0px;
	margin-top: 30px;
	width: 95px;
	border-right: solid 1px #000000;
}

.jp-volume-bar-value {
	height: 4px;
	border-right: solid 1px #000000;
	background: url("../img_common/jplayer_nav.jpg") 0px -320px repeat-x;
}


/* Group Current Time and Duration
----------------------------------*/
.jp-current-time, .jp-duration {
	width: 70px;
	color: #696969;
	font-size: .5em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
}

.jp-current-time {
	float: left;
}
.jp-duration {
	float: right;
	text-align:right;
}

.jp-video .jp-current-time {
	padding-left: 20px;
}
.jp-video .jp-duration {
	padding-right: 20px;
}


/* Group Playlist
----------------------------------*/
.jp-title ul, .jp-playlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
	color: #a9a9a9;
	font-size: .7em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
}

.jp-video .jp-title ul {
	margin: 0 20px 10px;
}

.jp-video .jp-playlist ul {
	margin: 0 20px;
}

.jp-title li, .jp-playlist li {
	position: relative;
	margin-bottom: 2px;
	padding: 2px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: solid 1px #121212;
	border-bottom: solid 1px #0b0b0b;
	background-color: #000000;
	overflow: hidden;
}

.jp-title li {
	padding: 1px 5px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #121212;
	background-color: #000000;
}


/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
.jp-type-playlist .jp-playlist li:first-child {
	padding-top: 3px;
	border-top: none;
}
.jp-type-playlist .jp-playlist li:last-child {
	padding-bottom: 3px;
	border-bottom: none;
}

.jp-type-playlist .jp-playlist a {
	padding: 0px 7px 0px 22px;
	color: #a9a9a9;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000000;
	background: url(../img_common/nav_arrow.png) no-repeat 5px center;
}
.jp-type-playlist .jp-playlist a:hover {
	color: #ffffff;
	background: url(../img_common/nav_arrow_r.png) no-repeat 5px center;
}

.jp-type-playlist .jp-playlist li.jp-playlist-current {
	padding: 2px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: solid 1px #121212;
	border-bottom: solid 1px #000000;
	background: url(../img_common/bg_dot_gray.gif) repeat #000000;
}
.jp-type-playlist .jp-playlist li.jp-playlist-current a {
	color: #9f9dff;
}

.jp-type-playlist .jp-playlist a.jp-playlist-item-remove {
	margin-left: 10px;
	float: right;
	color: #a9a9a9;
	font-weight: bold;
	text-align: right;
	display: inline;
}
.jp-type-playlist .jp-playlist a.jp-playlist-item-remove:hover {
	color: #9f9dff;
}

.jp-type-playlist .jp-playlist span.jp-free-media {
	float: right;
	color: #a9a9a9;
	text-align: right;
	display: inline;
}
.jp-type-playlist .jp-playlist span.jp-free-media a {
	color: #a9a9a9;
}
.jp-type-playlist .jp-playlist span.jp-free-media a:hover {
	color: #f5f5f5;
}

span.jp-artist {
	color: #808080;
	font-size: .8em;
}


.jp-video .jp-video-play {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
	cursor: pointer;
}
.jp-video-270p .jp-video-play {
	height: 270px;
}
.jp-video-360p .jp-video-play {
	height: 360px;
}
.jp-video-450p .jp-video-play {
	height: 450px;
}
.jp-video-full .jp-video-play {
	z-index: 1000;
	height: 100%;
}

a.jp-video-play-icon {
	position: relative;
	width: 112px;
	height: 100px;
	display: block;

	margin-top: -30px;
	margin-left: -56px;
	top: 50%;
	left: 50%;

	background: url("../img_common/jplayer_nav_play.png") 0 0 no-repeat;
	text-indent: -9999px;
}
.jp-video-play:hover a.jp-video-play-icon {
	background: url("../img_common/jplayer_nav_play.png") 0 -100px no-repeat;
}


.jp-jplayer audio, .jp-jplayer {
	width: 0px;
	height: 0px;
}

.jp-jplayer {
	background-color: #000000;
}