/*div.jp-single-player,
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
/*
	font-size:1.25em;

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}*/
/*div.jp-interface {
	position: relative;
	background-color:#eee;
	width:590px;
	height:80px;
	border:1px solid #009be3;
}*/
/*div.jp-single-player_ce div.jp-interface_ce {
	border-bottom:none;
}*/
/*div.jp-playlist-player div.jp-interface_ce {
}*/
/*div.jp-interface_ce ul.jp-controls_ce {
	list-style-type:none;
	padding:0;
	margin: 0;
}*/
/*div.jp-interface_ce ul.jp-controls_ce li {
	position: absolute;
}
div.jp-interface_ce ul.jp-controls_ce a {
	display: block;
	position: absolute;
	overflow:hidden;
	/*text-indent:-9999px;
}*/
/*a.jp-play,
a.jp-pause {
	top:20px;
	width:40px;
	height:40px;
}
div.jp-single-player_ce a.jp-play,
div.jp-single-player_ce a.jp-pause {
	/*left:40px;*/
	/*left:0px;
}*/
/*div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:48px;
}*/
/*a.jp-play {
	background: url("jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("jplayer.blue.monday.jpg") 0 -42px no-repeat;
}
a.jp-pause:hover {
	background: url("jplayer.blue.monday.jpg") -41px -42px no-repeat;
}
a.jp-stop {
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
}
div.jp-single-player_ce a.jp-stop {
	left:90px;
	left:99px;
}*/
/*div.jp-playlist-player a.jp-stop {
	left:126px;
}*/
/*a.jp-stop:hover {
	background: url("jplayer.blue.monday.jpg") -29px -83px no-repeat;
}*/
/*a.jp-previous {
	left:20px;
	left:41px;
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress_ce {
	position: absolute;
	overflow:hidden;
	top:32px;
	background-color: #ddd;
	width:122px;
	height:15px;
}*/
/*div.jp-single-player_ce div.jp-progress_ce {
	left:130px;
}
div.jp-playlist-player div.jp-progress_ce {
	left:164px;
}
div.jp-load-bar {
	background: url("../loadbar_background.jpg") 0 0 repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../progress_background.jpg") 0 0 repeat-x;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top:32px;
	background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player_ce a.jp-volume-min {
	left:274px;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}
a.jp-volume-min:hover {
	background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:32px;
	background: url("jplayer.blue.monday.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
}*/
/*div.jp-single-player_ce a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	left:368px;
}
a.jp-volume-max:hover {
	background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:37px;
	background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
	background: url("../volumebar_backg.jpg") 0 0 repeat-x;
	background-color:yellow;
	width:46px;
	height:5px;
	cursor: pointer;
}*/
/*div.jp-single-player_ce div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	background: url("../volumebar_state.jpg") 0 0 repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player_ce div.jp-play-time,
div.jp-single-player_ce div.jp-total-time {
	left:130px;
}*/
/*div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}*/
/*div.jp-playlist {
	width:590px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:590px;
	font-size:.72em;
}*/
/*div.jp-single-player_ce div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
div.jp-playlist-player div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#0d88c1;
}*/


/*   ######################## CE  ################################  */

.player_ce{
	margin:auto;
}
.player_interface_ce{
	/*position: relative;*/
	/*width:390px;*/
	width:92px;
	/*margin-left:0;
	margin-right:auto;*/
	margin-left:auto;
	margin-right:20px;
}
.player_ce div.player_interface_ce {

}
.player_interface_ce ul.player_controls_ce{
	list-style-type:none;
	padding:0;
	margin: 0;
}
.player_interface_ce ul.player_controls_ce li {
	position: absolute;
}
.player_interface_ce ul.player_controls_ce a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	/*background-color:orange;*/
}
a.jp-play,
a.jp-pause {
	top:27px;
	width:32px;
	height:30px;
	border-right:1px dotted #000000;
}
.player_ce a.jp-play,
.player_ce a.jp-pause {
	background-position:center;
}
a.jp-play {
	background: url("../images/play_button.png") no-repeat;
}
a.jp-play:hover {
	/*background: url("jplayer.blue.monday.jpg") -41px 0 no-repeat;*/
}
a.jp-pause {
	background: url("../images/pause_button.png") no-repeat;
}
a.jp-pause:hover {
	/*background: url("jplayer.blue.monday.jpg") -41px -42px no-repeat;*/
}
a.jp-stop {
	top:27px;
	background: url("../images/stop_button_2.png") 9px 9px no-repeat;
	width:32px;
	height:30px;
	/*border-right:1px dotted #000000;*/
}
div.player_ce a.jp-stop {
	left:99px;
}
a.jp-previous {
	left:33px;
	top:27px;	
	background: url("../images/back_button.png") no-repeat;
	background-position:center;
	width:32px;
	height:30px;
	border-right:1px dotted #000000;
}
a.jp-previous:hover {
	/*background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;*/
}
a.jp-next {
	left:66px;
	top:27px;
	background: url("../images/forward_button.png") no-repeat;
	background-position:center;
	width:32px;
	height:30px;
	border-right:1px dotted #000000;
}
a.jp-next:hover {
	/*background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;*/
}
.player_progress_ce {
	position: absolute;
	overflow:hidden;
	top:40px;
	background-color: #959594;
	width:122px;
	height:5px;
}
.player_ce div.player_progress_ce {
	left:142px;
}

.jp-load-bar {
	background: url("../images/loadbar_background.jpg") 0 0 repeat-x; 
	width:0px;
	height:5px;
	cursor: pointer;
}
.jp-play-bar {
	background: url("../images/progress_background.jpg") 0 0 repeat-x; 
	width:0px;
	height:5px;
}
/* VOLUME */
a.jp-volume-min {
	top:20px;
	background: url("../images/volume_speaker_white.png") 0 0 no-repeat;
	width:23px;
	height:30px;
/*	border-left:1px dotted #000000;*/
}
.player_ce a.jp-volume-min {
	/*left:285px;*/
	left:15px;
}
a.jp-volume-min:hover {
	/*background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;*/
}
a.jp-volume-max {
	top:20px;	
	background: url("../images/volume_speaker_max_white.png") 0 0 no-repeat;
	width:15px;
	height:15px;
}
.player_ce a.jp-volume-max {
	/*left:363px;*/
	left:77px;
}

a.jp-volume-max:hover {
	/*background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;*/
}

div.jp-volume-bar {
	position: relative;
	overflow:hidden;
	top:25px;
	background: url("../images/volume_back_white.png") 0 0px no-repeat;
	/*background-position:right;*/
	width:39px;
	height:15px;
	cursor: pointer;
}
div.player_ce div.jp-volume-bar {
	/*left:308px;*/
	left:33px;
}
div.jp-volume-bar-value {
	background: url("../images/volume_back_grey.png") 0 0px no-repeat;
	/*background-position:right;*/
	width:0px;
	height:15px;
}
/* VOLUME END */

.jp-play-time, .jp-total-time{
	position: absolute;
	top:36px;
	width:30px;
	font-size:.64em;
	font-style:oblique;
}
.jp-play-time{
	left:150px;
}
.jp-total-time{
	left:372px;
}
