/*************************** PLAYER WRAPPER */
.PKL_wrapper{
	left:0px;
	top:0px;
	width:668px;
	float:left;
	position:relative;
	z-index:1;
	display:block;
	height:210px;
}

/*************************** POSTER */
.PKL_poster{
	background-image:url("Play-1-Normal-Red-icon.png");
	background-color:#fff;
	left:1px;
	background-repeat:no-repeat;
	top:2px;
	width:292px;
	font-size:0px;
	position:absolute;
	background-position:center center;
	z-index:2;
	display:block;
	height:167px;
}

/*************************** PLAY SCREEN */
.PKL_screen_play{
	background-image:url("b_screen_play.png");
	left:7px;
	background-repeat:no-repeat;
	top:2px;
	cursor:pointer;
	width:292px;
	position:absolute;
	background-position:center center;
	z-index:5;
	display:block;
	height:167px;
}
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{
	background-image:url("g_controlsBkgd.pn");
	left:0px;
	background-repeat:no-repeat;
	top:171px;
	width:303px;
	font-size:0px;
	float:left;
	position:absolute;
	z-index:6;
	display:block;
	height:42px;
}

/*************************** PLAY */
.PKL_playpause, .PKL_play{
	background-image:url("b_play.png");
	left:30px;
	background-repeat:no-repeat;
	top:5px;
	cursor:pointer;
	width:40px;
	font-size:0px;
	float:left;
	position:absolute;
	z-index:6;
	display:block;
	height:40px;
}
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{
	background-image:url("listen.png");
	left:250px;
	background-repeat:no-repeat;
	top:-50px;
	cursor:pointer;
	width:40px;
	font-size:0px;
	float:left;
	position:absolute;
	z-index:5;
	display:block;
	height:45px;
}
div.PKL_pause:hover{
	background-image:url("listen.png");
}
div.PKL_pause:active{
	background-image:url("b_pause_down.png");
}

/*************************** REWIND */
.PKL_rewind{
	background-image:url("b_rewind.png");
	left:0px;
	background-repeat:no-repeat;
	top:12px;
	cursor:pointer;
	width:27px;
	font-size:0px;
	float:left;
	position:absolute;
	z-index:5;
	display:block;
	height:26px;
}
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{
	background-image:url("b_next.png");
	left:66px;
	background-repeat:no-repeat;
	top:12px;
	cursor:pointer;
	width:27px;
	font-size:0px;
	float:left;
	position:absolute;
	z-index:5;
	display:block;
	height:26px;
}
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{
	background-image:url("b_mute.png");
	left:200px;
	background-repeat:no-repeat;
	top:14px;
	cursor:pointer;
	width:27px;
	font-size:0px;
	float:left;
	position:absolute;
	z-index:5;
	display:block;
	height:23px;
}
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{
	background-image:url("b_fullscreen.png");
	left:272px;
	background-repeat:no-repeat;
	top:14px;
	cursor:pointer;
	width:27px;
	font-size:0px;
	float:left;
	position:absolute;
	z-index:5;
	display:block;
	height:24px;
}
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{
	background-image:url("b_loop.png");
	left:237px;
	background-repeat:no-repeat;
	top:14px;
	cursor:pointer;
	width:27px;
	font-size:0px;
	float:left;
	position:absolute;
	z-index:5;
	display:block;
	height:23px;
}
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{
	background-image:url("l.gi");
	left:120px;
	background-repeat:no-repeat;
	top:7px;
	width:172px;
	position:absolute;
	z-index:4;
	display:block;
	height:34px;
}

/*************************** INFO */
.PKL_info{
	color:#66FFFF;
	left:10px;
	vertical-align:middle;
	text-align:left;
	font-family:Arial;
	top:-160px;
	white-space:nowrap;
	width:280px;
	font-size:17px;
	position:absolute;
	z-index:6;
	display:block;
	font-weight:normal;
	height:19px;
}

/*************************** TIME */
.PKL_time{
	color:#33FFFF;
	left:97px;
	vertical-align:middle;
	text-align:center;
	font-family:Arial;
	top:+20px;
	white-space:nowrap;
	width:100px;
	font-size:16px;
	font-weight:normal;
	position:absolute;
	z-index:6;
	display:block;
	overflow:hidden;
	height:20px;
}

/*************************** SCRUB BKGD */
.PKL_scrubBkgd{
	background-image:url("shadow1.gif");
	left:0px;
	background-repeat:no-repeat;
	top:-20px;
	cursor:pointer;
	width:250px;
	font-size:0px;
	float:left;
	position:absolute;
	z-index:5;
	display:block;
	height:13px;
}

/*************************** SCRUB BAR */
.PKL_scrubBar{
	background-image:url("P.GIF");
	overflow:hidden;
	left:0px;
	background-repeat:no-repeat;
	top:0px;
	cursor:pointer;
	width:44px;
	font-size:0px;
	float:left;
	position:absolute;
	z-index:1;
	display:block;
	height:13px;
}

/*************************** LOADING */
.PKL_loading{
	background-image:url("g_scrubLoading.png");
	overflow:hidden;
	left:0px;
	background-repeat:no-repeat;
	top:0px;
	width:44px;
	font-size:0px;
	float:right;
	position:relative;
	background-position:right;
	z-index:1;
	display:block;
	height:13px;
}

/*************************** SCRUB HANDLE */
.PKL_scrubHandle{
	background-image:url("b_scrubHandle.png");
	left:0px;
	background-repeat:no-repeat;
	top:-6px;
	cursor:pointer;
	width:28px;
	font-size:0px;
	float:left;
	position:absolute;
	z-index:6;
	display:block;
	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{
	background-image:url("g_thinker.gif");
	left:122px;
	background-repeat:no-repeat;
background-color:#000;
	top:178px;
	width:170px;
	font-size:0px;
	position:absolute;
	z-index:10;
	display:block;
	height:5px;
}
div.PKL_thinker.off{
	background-image:none;
}

/*************************** PLAYLIST */
.PKL_playlist{
	width:340px;
background-color:#e0e0e0;
	z-index:5;
	left:300px;
	position:absolute;
	overflow:hidden;
	top:2px;
	display:block;
	height:205px;
}

/*************************** PLAYLIST ITEM */
.PKL_playlistItemBkgd{
	background-image:url("b_play.png");
	left:2px;
	background-repeat:no-repeat;
background-color:#d0d0d0;
	top:0px;
	cursor:pointer;
	width:340px;
	float:left;
	position:relative;
	display:block;
	height:48px;
}
div.PKL_playlistItemBkgd:hover{
	background-image:url("g_playlistItemBkgd.pn");
}
div.PKL_playlistItemBkgd:active{
	background-image:url("g_playlistItemBkgd.pn");
}
div.PKL_playlistItemBkgd.alt{
	background-image:url("b_play.png");
}
div.PKL_playlistItemBkgd.alt:hover{
	background-image:url("g_playlistItemBkgd_down.pn");
}
div.PKL_playlistItemBkgd.alt:active{
	background-image:url("g_playlistItemBkgd_over.pn");
}
div.PKL_playlistItemBkgd.playing{
	background-image:url("listen.png");
}
div.PKL_playlistItemBkgd.playing:hover{
	background-image:url("b_play.png");
}
div.PKL_playlistItemBkgd.playing:active{
	background-image:url("g_playlistItemBkgd_over.png");
}

/*************************** PLAYLIST ITEM IMAGE */
.PKL_playlistItemImage{
	background-image:url("playlist_example_image.png");
	left:30px;
	background-repeat:no-repeat;
	top:9px;
	cursor:pointer;
	width:70px;
	position:absolute;
	z-index:7;
	height:45px;
}

/*************************** PLAYLIST ITEM ARTIST */
.PKL_playlistItemArtist{
	font-weight:normal;
	left:110px;
	text-align:left;
	font-family:Arial;
	top:30px;
	cursor:pointer;
	white-space:nowrap;
	width:230px;
	font-size:13px;
	z-index:7;
	position:absolute;
	color:#000;
background-color:#f0f0f0;
	overflow:hidden;
	height:22px;
}

/*************************** PLAYLIST ITEM TITLE */
.PKL_playlistItemTitle{
	font-weight:bold;
	left:110px;
	text-align:left;
	font-family:Arial;
	top:14px;
	cursor:pointer;
	white-space:nowrap;
	width:340px;
	font-size:11px;
	z-index:7;
	position:absolute;
	color:#000;
background-color:#e0e0e0;
	overflow:hidden;
	height:28px;
}

/*************************** PLAYLIST SCROLL BKGD */
.PKL_playlistScrollBkgd{
	background-image:url("g_playlistScrollBkgd.pn");
	left:650px;
	background-repeat:no-repeat;
background-color:#fff;
	top:3px;
	cursor:pointer;
	width:15px;
	font-size:0px;
	position:absolute;
	z-index:8;
	display:block;
	height:204px;
}

/*************************** PLAYLIST SCROLL HANDLE */
.PKL_playlistScrollHandle{
	background-image:url("g_playlistScrollHandle.png");
	left:-4px;
	background-repeat:no-repeat;

	top:0px;
	cursor:pointer;
	width:20px;
	font-size:0px;
	position:absolute;
	z-index:9;
	display:block;
	height:28px;
}

.PKL_preloader{
	width:1px;
	height:1px;
	background-repeat:no-repeat;
	background-image:url("b_rewind_over.png#b_rewind_down.png#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_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_mute_over.png#b_mute_down.png#b_mute_down.png#b_mute_over.png#b_mute.png#b_loop_over.png#b_loop_down.png#b_loop_down.png#b_loop_over.png#b_loop.png#background-image:none#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;
}
