/*************************** PLAYER WRAPPER */
.PKL_wrapper{
	left:0px;
	top:0px;
	z-index:1;
	width:362px;
	float:left;
	position:relative;
	display:block;
	height:712px;
}

/*************************** CONTROLS BKGD */
.PKL_controlsBkgd{
	left:0px;
	display:block;
	background-image:url("g_controlsBkgd.png");
	z-index:6;
	background-repeat:no-repeat;
	width:350px;
	top:0px;
	position:absolute;
	font-size:0px;
	float:left;
	height:162px;
}

/*************************** PLAY */
.PKL_playpause, .PKL_play{
	left:170px;
	display:block;
	background-image:url("b_play.png");
	z-index:6;
	background-repeat:no-repeat;
	width:45px;
	top:12px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:47px;
}
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:114px;
	display:block;
	background-image:url("b_pause.png");
	z-index:5;
	background-repeat:no-repeat;
	width:48px;
	top:11px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:46px;
}
div.PKL_pause:hover{
	background-image:url("b_pause_over.png");
}
div.PKL_pause:active{
	background-image:url("b_pause_down.png");
}

/*************************** REWIND */
.PKL_rewind{
	left:61px;
	display:block;
	background-image:url("b_rewind.png");
	z-index:5;
	background-repeat:no-repeat;
	width:46px;
	top:9px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:53px;
}
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{
	left:224px;
	display:block;
	background-image:url("b_next.png");
	z-index:5;
	background-repeat:no-repeat;
	width:49px;
	top:13px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:52px;
}
div.PKL_next:hover{
	background-image:url("b_next_over.png");
}
div.PKL_next:active{
	background-image:url("b_next_down.png");
}

/*************************** MUTE */
.PKL_mute{
	left:286px;
	display:block;
	background-image:url("b_mute.png");
	z-index:5;
	background-repeat:no-repeat;
	width:41px;
	top:18px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:43px;
}
div.PKL_mute:hover{
	background-image:url("b_mute_over.png");
}
div.PKL_mute:active{
	background-image:url("b_mute_down.png");
}
div.PKL_mute.on{
	background-image:url("b_mute_down.png");
}
div.PKL_mute.on:hover{
	background-image:url("b_mute_over.png");
}
div.PKL_mute.on:active{
	background-image:url("b_mute.png");
}

/*************************** INFO BKGD */
.PKL_infoBkgd{
	left:87px;
	height:44px;
	background-image:url("g_infoBkgd.png");
	z-index:4;
	background-repeat:no-repeat;
	width:175px;
	top:75px;
	position:absolute;
	display:block;
}

/*************************** TIME */
.PKL_time{
	left:105px;
	font-family:Arial;
	top:85px;
	z-index:6;
	overflow:hidden;
	display:block;
	text-align:center;
	width:145px;
	vertical-align:middle;
	font-weight:normal;
	position:absolute;
	white-space:nowrap;
	color:#111010;
	font-size:22px;
	height:32px;
}

/*************************** SCRUB BKGD */
.PKL_scrubBkgd{
	left:8px;
	display:block;
	background-image:url("g_scrubBkgd.png");
	z-index:5;
	background-repeat:no-repeat;
	width:338px;
	top:131px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:19px;
}

/*************************** SCRUB BAR */
.PKL_scrubBar{
	left:0px;
	display:block;
	background-image:url("g_scrubBar.png");
	z-index:1;
	overflow:hidden;
	background-repeat:no-repeat;
	width:85px;
	top:0px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:19px;
}

/*************************** LOADING */
.PKL_loading{
	left:0px;
	display:block;
	background-image:url("g_scrubLoading.png");
	z-index:1;
	overflow:hidden;
	background-repeat:no-repeat;
	width:85px;
	top:0px;
	position:relative;
	background-position:right;
	font-size:0px;
	float:right;
	height:19px;
}

/*************************** SCRUB HANDLE */
.PKL_scrubHandle{
	left:0px;
	display:block;
	background-image:url("b_scrubHandle.png");
	z-index:6;
	background-repeat:no-repeat;
	width:38px;
	top:-9px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:39px;
}
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:13px;
	display:block;
	background-image:url("g_thinker.gif");
	z-index:10;
	background-repeat:no-repeat;
	width:37px;
	top:15px;
	position:absolute;
	font-size:0px;
	height:47px;
}
div.PKL_thinker.off{
	background-image:none;
}

/*************************** PLAYLIST */
.PKL_playlist{
	left:1px;
	top:170px;
	z-index:5;
	overflow:hidden;
	width:308px;
	position:absolute;
	display:block;
	height:542px;
}

/*************************** PLAYLIST ITEM */
.PKL_playlistItemBkgd{
	left:0px;
	height:49px;
	background-image:url("g_playlistItemBkgd.png");
	cursor:pointer;
	background-repeat:no-repeat;
	width:308px;
	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:-491px;
	background-repeat:no-repeat;
	position:absolute;
	top:-209px;
	cursor:pointer;
	height:0px;
}

/*************************** PLAYLIST ITEM ARTIST */
.PKL_playlistItemArtist{
	left:12px;
	font-family:"Courier New", Courier, monospace;
	top:26px;
	font-weight:bold;
	overflow:hidden;
	text-align:left;
	width:303px;
	cursor:pointer;
	z-index:7;
	position:absolute;
	white-space:nowrap;
	color:#000000;
	font-size:15px;
	height:21px;
}

/*************************** PLAYLIST ITEM TITLE */
.PKL_playlistItemTitle{
	left:7px;
	font-family:"Courier New", Courier, monospace;
	top:3px;
	font-weight:bold;
	overflow:hidden;
	text-align:left;
	width:332px;
	cursor:pointer;
	z-index:7;
	position:absolute;
	white-space:nowrap;
	color:#000000;
	font-size:18px;
	height:26px;
}

/*************************** PLAYLIST SCROLL BKGD */
.PKL_playlistScrollBkgd{
	left:324px;
	display:block;
	background-image:url("g_playlistScrollBkgd.png");
	z-index:8;
	background-repeat:no-repeat;
	width:31px;
	top:178px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	height:486px;
}

/*************************** PLAYLIST SCROLL HANDLE */
.PKL_playlistScrollHandle{
	left:-5px;
	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:45px;
}

.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_mute_over.png#b_mute_down.png#b_mute_down.png#b_mute_over.png#b_mute.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;
}
