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

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

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

/*************************** MUTE */
.PKL_mute{
	left:252px;
	display:block;
	background-image:url("b_mute.png");
	z-index:5;
	background-repeat:no-repeat;
	width:27px;
	top:6px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:26px;
}
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:64px;
	height:34px;
	background-image:url("g_infoBkgd.png");
	z-index:4;
	background-repeat:no-repeat;
	width:186px;
	top:2px;
	position:absolute;
	display:block;
}

/*************************** INFO */
.PKL_info{
	left:73px;
	font-family:Arial;
	top:10px;
	z-index:6;
	display:block;
	text-align:left;
	width:175px;
	vertical-align:middle;
	font-weight:normal;
	position:absolute;
	white-space:nowrap;
	color:#1d007d;
	font-size:13px;
	height:19px;
}

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

/*************************** SCRUB BKGD */
.PKL_scrubBkgd{
	left:60px;
	display:block;
	background-image:url("g_scrubBkgd.png");
	z-index:5;
	background-repeat:no-repeat;
	width:124px;
	top:40px;
	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:31px;
	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:31px;
	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:35px;
	top:-9px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:33px;
}
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:265px;
	display:block;
	background-image:url("g_thinker.gif");
	z-index:10;
	background-repeat:no-repeat;
	width:19px;
	top:39px;
	position:absolute;
	font-size:0px;
	height:20px;
}
div.PKL_thinker.off{
	background-image:none;
}

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

/*************************** PLAYLIST ITEM */
.PKL_playlistItemBkgd{
	left:0px;
	height:47px;
	background-image:url("g_playlistItemBkgd.png");
	cursor:pointer;
	background-repeat:no-repeat;
	width:256px;
	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{
	left:6px;
	height:32px;
	background-image:url("playlist_example_image.png");
	z-index:7;
	background-repeat:no-repeat;
	width:33px;
	top:6px;
	cursor:pointer;
	position:absolute;
}

/*************************** PLAYLIST ITEM ARTIST */
.PKL_playlistItemArtist{
	left:49px;
	font-family:Arial;
	top:22px;
	font-weight:normal;
	overflow:hidden;
	text-align:left;
	width:197px;
	cursor:pointer;
	z-index:7;
	position:absolute;
	white-space:nowrap;
	color:#b5b6b5;
	font-size:10px;
	height:18px;
}

/*************************** PLAYLIST ITEM TITLE */
.PKL_playlistItemTitle{
	left:49px;
	font-family:Arial;
	top:2px;
	font-weight:normal;
	overflow:hidden;
	text-align:left;
	width:198px;
	cursor:pointer;
	z-index:7;
	position:absolute;
	white-space:nowrap;
	color:#ead605;
	font-size:12px;
	height:25px;
}

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

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

.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_mute_over.png#b_mute_down.png#b_mute_down.png#b_mute_over.png#b_mute.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;
}
