/*************************** PLAYER WRAPPER */
.PKL_wrapper{
	z-index:1;
	display:block;
	height:74px;
	width:264px;
	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:71px;
	width:261px;
	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:9px;
	float:left;
	height:24px;
	width:24px;
	top:40px;
	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");
}

/*************************** REWIND */
.PKL_rewind{
	position:absolute;
	font-size:0px;
	z-index:5;
	display:block;
	background-image:url("b_rewind.png");
	background-repeat:no-repeat;
	left:205px;
	float:left;
	height:20px;
	width:21px;
	top:43px;
	cursor:pointer;
}
div.PKL_rewind:hover{
	background-image:url("b_rewind_over.png");
}
div.PKL_rewind:active{
	background-image:url("b_rewind_down.png");
}

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

/*************************** INFO BKGD */
.PKL_infoBkgd{
	position:absolute;
	z-index:4;
	display:block;
	background-image:url("g_infoBkgd.png");
	background-repeat:no-repeat;
	left:8px;
	height:27px;
	width:245px;
	top:10px;
}

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

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

/*************************** 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:34px;
	float:left;
	height:15px;
	width:170px;
	top:46px;
	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:15px;
	width:42px;
	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:15px;
	width:42px;
	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:23px;
	width:34px;
	top:-4px;
	cursor:pointer;
}
div.PKL_scrubHandle:hover{
	background-image:url("b_scrubHandle_over.png");
}
div.PKL_scrubHandle:active{
	background-image:url("b_scrubHandle_down.png");
}

/*************************** THINKER */
.PKL_thinker{
	position:absolute;
	font-size:0px;
	z-index:10;
	display:block;
	background-image:url("g_thinker.gif");
	background-repeat:no-repeat;
	left:155px;
	height:15px;
	width:14px;
	top:15px;
}
div.PKL_thinker.off{
	background-image:none;
}

.PKL_preloader{
	width:1px;
	height:1px;
	background-repeat:no-repeat;
	background-image:url("b_rewind_over.png#b_rewind_down.png#background-image:none#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;
}
