/*************************** PLAYER WRAPPER */
.PKL_wrapper{
	z-index:1;
	display:block;
	height:52px;
	width:480px;
	left:0px;
	float:left;
	position:relative;
	top:0px;
}

/*************************** CONTROLS BKGD */
.PKL_controlsBkgd{
	position:absolute;
	font-size:0px;
	z-index:6;
	display:block;
/*	background-image:url("g_controlsBkgd.png");
	background-repeat:no-repeat;*/
	left:0px;
	float:left;
	height:50px;
	width:480px;
	top:0px;
}





/*************************** PLAY */
.PKL_playpause, .PKL_play{
	position:absolute;
	font-size:0px;
	z-index:6;
	display:block;
	background-image:url("b_play.png");
	background-repeat:no-repeat;
	left:10px;
	float:left;
	height:35px;
	width:35px;
	top:6px;
	cursor:pointer;
}
div.PKL_playpause:hover, div.PKL_play:hover{
	background-image:url("b_play_over.png");
}
div.PKL_playpause:active, div.PKL_play:active{
	background-image:url("b_play_down.png");
}
div.PKL_playpause.pause, div.PKL_play.pause{
	background-image:url("b_pause.png");
}
div.PKL_playpause.pause:hover, div.PKL_play.pause:hover{
	background-image:url("b_pause_over.png");
}
div.PKL_playpause.pause:active, div.PKL_play.pause:active{
	background-image:url("b_pause_down.png");
}

/*************************** TIME */
.PKL_time{
	font-size:11px;
	top:0px;
	white-space:nowrap;
	z-index:6;
	display:block;
	font-family:Arial;
	height:16px;
	font-weight:normal;
	overflow:hidden;
	width:166px;
	left:281px;
	text-align:right;
	position:absolute;
	vertical-align:middle;
	color:#FADADA;
}


/*************************** TIME */
.PKL_info{
	font-size:18px;
	top:15px;
	white-space:nowrap;
	z-index:5;
	display:block;
	font-family:Arial;
	height:33px;
	font-weight:normal;
	overflow:hidden;
	width:180px;
	left:100px;
	text-align:center;
	position:absolute;
	vertical-align:middle;
	color:#111010;
}




/*************************** SCRUB BKGD */
.PKL_scrubBkgd{
	position:absolute;
	font-size:0px;
	z-index:5;
	display:block;
	background-image:url("g_scrubBkgd.png");
	background-repeat:no-repeat;
	left:57px;
	float:left;
	height:12px;
	width:393px;
	top:18px;
	cursor:pointer;
}

/*************************** SCRUB BAR */
.PKL_scrubBar{
	position:absolute;
	font-size:0px;
	z-index:1;
	display:block;
	background-image:url("g_scrubBar.png");
	overflow:hidden;
	background-repeat:no-repeat;
	left:0px;
	float:left;
	height:12px;
	width:98px;
	top:0px;
	cursor:pointer;
}

/*************************** LOADING */
.PKL_loading{
	position:relative;
	font-size:0px;
	z-index:1;
	display:block;
	background-position:right;
	background-image:url("g_scrubLoading.png");
	overflow:hidden;
	background-repeat:no-repeat;
	left:0px;
	float:right;
	height:12px;
	width:98px;
	top:0px;
}

/*************************** SCRUB HANDLE */
.PKL_scrubHandle{
	position:absolute;
	font-size:0px;
	z-index:6;
	display:block;
	background-image:url("b_scrubHandle.png");
	background-repeat:no-repeat;
	left:0px;
	float:left;
	height:28px;
	width:14px;
	top:-7px;
	cursor:pointer;
}
div.PKL_scrubHandle:hover{
	background-image:url("b_scrubHandle_over.png");
}
div.PKL_scrubHandle:active{
	background-image:url("b_scrubHandle_down.png");
}

.PKL_preloader{
	width:1px;
	height:1px;
	background-repeat:no-repeat;
	background-image:url("b_play_over.png#b_play_down.png#b_pause.png#b_pause_over.png#b_pause_down.png#b_scrubHandle_over.png#b_scrubHandle_down.png#b_scrubHandle_over.png#b_scrubHandle_down.png");
	display:none;
}
.info_chanson{
	color:#F21010;
}