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

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

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

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

/*************************** TIME */
.PKL_time{
	font-size:13px;
	left:178px;
	top:8px;
	white-space:nowrap;
	display:block;
	text-align:center;
	overflow:hidden;
	color:#111010;
	vertical-align:middle;
	font-weight:normal;
	width:82px;
	font-family:Arial;
	z-index:6;
	height:18px;
	position:absolute;
}

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

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

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

/*************************** SCRUB HANDLE */
.PKL_scrubHandle{
	font-size:0px;
	float:left;
	top:-8px;
	cursor:pointer;
	display:block;
	background-image:url("b_scrubHandle.png");
	background-repeat:no-repeat;
	width:24px;
	left:0px;
	z-index:6;
	height:24px;
	position:absolute;
}
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{
	font-size:0px;
	top:26px;
	display:block;
	background-image:url("g_thinker.gif");
	background-repeat:no-repeat;
	width:17px;
	left:186px;
	z-index:10;
	height:17px;
	position:absolute;
}
div.PKL_thinker.off{
	background-image:none;
}

/*************************** PLAYLIST */
.PKL_playlist{
	left:0px;
	top:48px;
	overflow:hidden;
	display:block;
	width:268px;
	z-index:5;
	height:207px;
	position:absolute;
}

/*************************** PLAYLIST ITEM */
.PKL_playlistItemBkgd{
	left:0px;
	top:0px;
	cursor:pointer;
	display:block;
	background-image:url("g_playlistItemBkgd.png");
	background-repeat:no-repeat;
	width:268px;
	float:left;
	height:15px;
	position:relative;
}
div.PKL_playlistItemBkgd:hover{
	background-image:url("g_playlistItemBkgd_over.png");
}
div.PKL_playlistItemBkgd:active{
	background-image:url("g_playlistItemBkgd_down.png");
}
div.PKL_playlistItemBkgd.alt{
	background-image:url("g_playlistItemBkgd.png");
}
div.PKL_playlistItemBkgd.alt:hover{
	background-image:url("g_playlistItemBkgd_over.png");
}
div.PKL_playlistItemBkgd.alt:active{
	background-image:url("g_playlistItemBkgd_down.png");
}
div.PKL_playlistItemBkgd.playing{
	background-image:url("g_playlistItemBkgd_down.png");
}
div.PKL_playlistItemBkgd.playing:hover{
	background-image:url("g_playlistItemBkgd_over.png");
}
div.PKL_playlistItemBkgd.playing:active{
	background-image:url("g_playlistItemBkgd_down.png");
}

/*************************** PLAYLIST ITEM IMAGE */
.PKL_playlistItemImage{
	background-image:url("playlist_example_image.png");
	background-repeat:no-repeat;
	position:absolute;
	width:0px;
	left:0px;
	cursor:pointer;
	top:0px;
	height:0px;
}

/*************************** PLAYLIST ITEM ARTIST */
.PKL_playlistItemArtist{
	font-size:24px;
	left:0px;
	top:0px;
	white-space:nowrap;
	cursor:pointer;
	font-weight:bold;
	overflow:hidden;
	color:#CCCCCC;
	text-align:left;
	width:0px;
	font-family:Arial, Helvetica, sans-serif;
	height:0px;
	position:absolute;
}

/*************************** PLAYLIST ITEM TITLE */
.PKL_playlistItemTitle{
	font-size:11px;
	left:0px;
	top:-1px;
	white-space:nowrap;
	cursor:pointer;
	font-weight:normal;
	overflow:hidden;
	color:0000000;
	text-align:left;
	width:266px;
	font-family:Arial;
	z-index:7;
	height:16px;
	position:absolute;
}

undefinedundefined.PKL_preloader{
	width:1px;
	height:1px;
	background-repeat:no-repeat;
	background-image:url("background-image:none#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#g_playlistItemBkgd_over.png#g_playlistItemBkgd_down.png#g_playlistItemBkgd.png#g_playlistItemBkgd_over.png#g_playlistItemBkgd_down.png#g_playlistItemBkgd_down.png#g_playlistItemBkgd_over.png#g_playlistItemBkgd_down.png");
	display:none;
}