/*************************** PLAYER WRAPPER */
.PKL_wrapper{
	left:0px;
	top:0px;
	z-index:1;
	width:272px;
	float:left;
	position:relative;
	display:block;
	height:40px;
	margin-bottom:3px;
}

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

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

/*************************** INFO */
.PKL_info{
	left:45px;
	font-family:Verdana, Tahoma, Arial;
	top:3px;
	z-index:6;
	display:block;
	text-align:left;
	width:221px;
	vertical-align:middle;
	font-weight:normal;
	position:absolute;
	white-space:nowrap;
	color:#000000;
	font-size:12px;
	height:19px;
}

/*************************** TIME */
.PKL_time{
	left:223px;
	font-family:Verdana, Tahoma, Arial;
	top:21px;
	z-index:6;
	overflow:hidden;
	display:block;
	text-align:center;
	width:50px;
	vertical-align:middle;
	font-weight:bold;
	position:absolute;
	white-space:nowrap;
	color:#d2d3d2;
	font-size:13px;
	height:19px;
}

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

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

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

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