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

/*************************** POSTER */
.PKL_poster{
	position:absolute;
	font-size:0px;
	z-index:2;
	display:block;
	background-position:center center;
	background-image:url("poster.png");
	background-color:#000000;
	background-repeat:no-repeat;
	left:0px;
	height:282px;
	width:435px;
	top:0px;
}

/*************************** PLAY SCREEN */
.PKL_screen_play{
	position:absolute;
	z-index:5;
	display:block;
	background-position:center center;
	background-image:url("b_screen_play.png");
	background-repeat:no-repeat;
	left:0px;
	height:282px;
	width:435px;
	top:0px;
	cursor:pointer;
}
div.PKL_screen_play:hover{
	background-image:url("b_screen_play_over.png");
}
div.PKL_screen_play:active{
	background-image:url("b_screen_play_down.png");
}
div.PKL_screen_play.pause{
	background-image:url("b_screen_play_pause.png");
}
div.PKL_screen_play.pause:hover{
	background-image:url("b_screen_play_pause_over.png");
}
div.PKL_screen_play.pause:active{
	background-image:url("b_screen_play_pause_down.png");
}

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

/*************************** PLAY */
.PKL_playpause, .PKL_play{
	position:absolute;
	font-size:0px;
	z-index:6;
	display:block;
	background-image:url("b_play.png");
	background-repeat:no-repeat;
	left:143px;
	float:left;
	height:26px;
	width:28px;
	top:6px;
	cursor:pointer;
}
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{
	position:absolute;
	font-size:0px;
	z-index:5;
	display:block;
	background-image:url("b_pause.png");
	background-repeat:no-repeat;
	left:113px;
	float:left;
	height:26px;
	width:27px;
	top:6px;
	cursor:pointer;
}
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{
	position:absolute;
	font-size:0px;
	z-index:5;
	display:block;
	background-image:url("b_rewind.png");
	background-repeat:no-repeat;
	left:80px;
	float:left;
	height:26px;
	width:27px;
	top:6px;
	cursor:pointer;
}
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{
	position:absolute;
	font-size:0px;
	z-index:5;
	display:block;
	background-image:url("b_next.png");
	background-repeat:no-repeat;
	left:176px;
	float:left;
	height:26px;
	width:27px;
	top:6px;
	cursor:pointer;
}
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{
	position:absolute;
	font-size:0px;
	z-index:5;
	display:block;
	background-image:url("b_mute.png");
	background-repeat:no-repeat;
	left:235px;
	float:left;
	height:23px;
	width:27px;
	top:11px;
	cursor:pointer;
}
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");
}

/*************************** FULL SCREEN */
.PKL_fullscreen{
	position:absolute;
	font-size:0px;
	z-index:5;
	display:block;
	background-image:url("b_fullscreen.png");
	background-repeat:no-repeat;
	left:308px;
	float:left;
	height:24px;
	width:27px;
	top:10px;
	cursor:pointer;
}
div.PKL_fullscreen:hover{
	background-image:url("b_fullscreen_over.png");
}
div.PKL_fullscreen:active{
	background-image:url("b_fullscreen_down.png");
}
div.PKL_fullscreen.on{
	background-image:url("b_fullscreen_down.png");
}
div.PKL_fullscreen.on:hover{
	background-image:url("b_fullscreen_over.png");
}
div.PKL_fullscreen.on:active{
	background-image:url("b_fullscreen.png");
}

/*************************** LOOP */
.PKL_loop{
	position:absolute;
	font-size:0px;
	z-index:5;
	display:block;
	background-image:url("b_loop.png");
	background-repeat:no-repeat;
	left:272px;
	float:left;
	height:23px;
	width:27px;
	top:11px;
	cursor:pointer;
}
div.PKL_loop:hover{
	background-image:url("b_loop_over.png");
}
div.PKL_loop:active{
	background-image:url("b_loop_down.png");
}
div.PKL_loop.on{
	background-image:url("b_loop_down.png");
}
div.PKL_loop.on:hover{
	background-image:url("b_loop_over.png");
}
div.PKL_loop.on:active{
	background-image:url("b_loop.png");
}

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

/*************************** INFO */
.PKL_info{
	font-size:12px;
	top:14px;
	white-space:nowrap;
	z-index:6;
	display:block;
	font-family:Arial;
	height:17px;
	font-weight:normal;
	width:238px;
	left:387px;
	text-align:left;
	position:absolute;
	vertical-align:middle;
	color:#050505;
}

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

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

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

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

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

/*************************** PLAYLIST */
.PKL_playlist{
	z-index:5;
	display:block;
	height:240px;
	overflow:hidden;
	width:288px;
	left:441px;
	position:absolute;
	top:41px;
}

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

/*************************** PLAYLIST ITEM ARTIST */
.PKL_playlistItemArtist{
	font-size:11px;
	top:4px;
	white-space:nowrap;
	font-weight:normal;
	font-family:Arial;
	height:16px;
	z-index:7;
	overflow:hidden;
	width:270px;
	left:8px;
	text-align:left;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

/*************************** PLAYLIST ITEM TITLE */
.PKL_playlistItemTitle{
	font-size:14px;
	top:21px;
	white-space:nowrap;
	font-weight:bold;
	font-family:Arial;
	height:20px;
	z-index:7;
	overflow:hidden;
	width:270px;
	left:8px;
	text-align:left;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

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

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

.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_fullscreen_over.png#b_fullscreen_down.png#b_fullscreen_down.png#b_fullscreen_over.png#b_fullscreen.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_screen_play_over.png#b_screen_play_down.png#b_screen_play_pause.png#b_screen_play_pause_over.png#b_screen_play_pause_down.png#b_pause_over.png#b_pause_down.png#b_loop_over.png#b_loop_down.png#b_loop_down.png#b_loop_over.png#b_loop.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#b_screen_play_over.png#b_screen_play_down.png#b_screen_play_pause.png#b_screen_play_pause_over.png#b_screen_play_pause_down.png");
	display:none;
}
