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

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

/*************************** INFO */
.PKL_info{
	font-weight:normal;
	font-family:Arial;
	vertical-align:middle;
	text-align:left;
	position:absolute;
	display:block;
	font-size:11px;
	z-index:6;
	top:7px;
	white-space:nowrap;
	width:230px;
	height:15px;
	left:126px;
	color:#e1e1ff;
}

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

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

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

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