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

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

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

/*************************** PAUSE */
.PKL_pause{
	left:67px;
	display:block;
	background-image:url("b_pause.png");
	z-index:5;
	background-repeat:no-repeat;
	width:24px;
	top:100px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:23px;
}
div.PKL_pause:hover{
	background-image:url("b_pause_over.png");
}
div.PKL_pause:active{
	background-image:url("b_pause_down.png");
}

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

/*************************** INFO */
.PKL_info{
	left:101px;
	font-family:Arial;
	top:102px;
	z-index:6;
	display:block;
	text-align:left;
	width:182px;
	vertical-align:middle;
	font-weight:bold;
	position:absolute;
	white-space:nowrap;
	color:#111010;
	font-size:15px;
	height:22px;
}

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

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

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

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

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

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

/*************************** PLAYLIST ITEM */
.PKL_playlistItemBkgd{
	left:0px;
	height:29px;
	background-image:url("g_playlistItemBkgd.png");
	cursor:pointer;
	background-repeat:no-repeat;
	width:266px;
	top:0px;
	float:left;
	position:relative;
	display:block;
}
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{
	width:0px;
	background-image:url("playlist_example_image.png");
	left:-190px;
	background-repeat:no-repeat;
	position:absolute;
	top:-446px;
	cursor:pointer;
	height:0px;
}

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

/*************************** PLAYLIST ITEM TITLE */
.PKL_playlistItemTitle{
	left:13px;
	font-family:Arial;
	top:5px;
	font-weight:normal;
	overflow:hidden;
	text-align:left;
	width:243px;
	cursor:pointer;
	z-index:7;
	position:absolute;
	white-space:nowrap;
	color:#000000;
	font-size:16px;
	height:23px;
}

/*************************** PLAYLIST SCROLL BKGD */
.PKL_playlistScrollBkgd{
	left:267px;
	display:block;
	background-image:url("g_playlistScrollBkgd.png");
	z-index:8;
	background-repeat:no-repeat;
	width:33px;
	top:163px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	height:203px;
}

/*************************** PLAYLIST SCROLL HANDLE */
.PKL_playlistScrollHandle{
	left:-4px;
	display:block;
	background-image:url("g_playlistScrollHandle.png");
	z-index:9;
	background-repeat:no-repeat;
	width:41px;
	top:0px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	height:73px;
}

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