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

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

/*************************** PLAY */
.PKL_playpause, .PKL_play{
	left:25px;
	display:block;
	background-image:url("b_play.png");
	z-index:6;
	background-repeat:no-repeat;
	width:32px;
	top:4px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:29px;
}
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");
}

/*************************** NEXT */
.PKL_next{
	left:5px;
	display:block;
	background-image:url("b_next.png");
	z-index:5;
	background-repeat:no-repeat;
	width:18px;
	top:9px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:17px;
}
div.PKL_next:hover{
	background-image:url("b_next_over.png");
}
div.PKL_next:active{
	background-image:url("b_next_down.png");
}

/*************************** INFO */
.PKL_info{
	left:64px;
	font-family:Arial;
	top:4px;
	z-index:6;
	display:block;
	text-align:left;
	width:70px;
	vertical-align:middle;
	font-weight:normal;
	position:absolute;
	white-space:nowrap;
	color:#bcc8a2;
	font-size:10px;
	height:14px;
}

/*************************** TIME */
.PKL_time{
	left:165px;
	font-family:Arial;
	top:4px;
	z-index:6;
	overflow:hidden;
	display:block;
	text-align:center;
	width:63px;
	vertical-align:middle;
	font-weight:undefined;
	position:absolute;
	white-space:nowrap;
	color:#de1e71;
	font-size:9px;
	height:13px;
}

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

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

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

/*************************** SCRUB HANDLE */
.PKL_scrubHandle{
	left:0px;
	display:block;
	background-image:url("b_scrubHandle.png");
	z-index:6;
	background-repeat:no-repeat;
	width:13px;
	top:-3px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:12px;
}
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_next_over.png#b_next_down.png#b_scrubHandle_over.png#b_scrubHandle_down.png");
	display:none;
}
