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

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

/*************************** PLAY SCREEN */
.PKL_screen_play{
	left:48px;
	background-position:center center;
	top:0px;
	z-index:5;
	background-repeat:no-repeat;
	background-image:url("b_screen_play.png");
	cursor:pointer;
	position:absolute;
	width:274px;
	display:block;
	height:192px;
}
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{
	left:0px;
	display:block;
	background-image:url("g_controlsBkgd.png");
	z-index:6;
	background-repeat:no-repeat;
	width:381px;
	top:187px;
	position:absolute;
	font-size:0px;
	float:left;
	height:69px;
}

/*************************** PLAY */
.PKL_playpause, .PKL_play{
	left:44px;
	display:block;
	background-image:url("b_play.png");
	z-index:6;
	background-repeat:no-repeat;
	width:29px;
	top:5px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:33px;
}
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:44px;
	display:block;
	background-image:url("b_pause.png");
	z-index:5;
	background-repeat:no-repeat;
	width:29px;
	top:5px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:33px;
}
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:20px;
	display:block;
	background-image:url("b_rewind.png");
	z-index:5;
	background-repeat:no-repeat;
	width:25px;
	top:8px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:31px;
}
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:74px;
	display:block;
	background-image:url("b_next.png");
	z-index:5;
	background-repeat:no-repeat;
	width:25px;
	top:8px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:31px;
}
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:204px;
	display:block;
	background-image:url("b_mute.png");
	z-index:5;
	background-repeat:no-repeat;
	width:24px;
	top:40px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:20px;
}
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{
	left:254px;
	display:block;
	background-image:url("b_fullscreen.png");
	z-index:5;
	background-repeat:no-repeat;
	width:24px;
	top:39px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:23px;
}
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{
	left:228px;
	display:block;
	background-image:url("b_loop.png");
	z-index:5;
	background-repeat:no-repeat;
	width:24px;
	top:40px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:22px;
}
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{
	left:101px;
	height:27px;
	background-image:url("g_infoBkgd.png");
	z-index:4;
	background-repeat:no-repeat;
	width:270px;
	top:5px;
	position:absolute;
	display:block;
}

/*************************** INFO */
.PKL_info{
	left:111px;
	font-family:Arial;
	top:11px;
	z-index:6;
	display:block;
	text-align:left;
	width:254px;
	vertical-align:middle;
	font-weight:normal;
	position:absolute;
	white-space:nowrap;
	color:#111010;
	font-size:11px;
	height:16px;
}

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

/*************************** SCRUB BKGD */
.PKL_scrubBkgd{
	left:26px;
	display:block;
	background-image:url("g_scrubBkgd.png");
	z-index:5;
	background-repeat:no-repeat;
	width:157px;
	top:42px;
	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:39px;
	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:39px;
	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:26px;
	top:-6px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:26px;
}
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:185px;
	display:block;
	background-image:url("g_thinker.gif");
	z-index:10;
	background-repeat:no-repeat;
	width:18px;
	top:228px;
	position:absolute;
	font-size:0px;
	height:19px;
}
div.PKL_thinker.off{
	background-image:none;
}

/*************************** PLAYLIST */
.PKL_playlist{
	left:24px;
	top:252px;
	z-index:5;
	overflow:hidden;
	width:335px;
	position:absolute;
	display:block;
	height:439px;
}

/*************************** PLAYLIST ITEM */
.PKL_playlistItemBkgd{
	left:0px;
	height:15px;
	background-image:url("g_playlistItemBkgd.png");
	cursor:pointer;
	background-repeat:no-repeat;
	width:335px;
	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:-188px;
	background-repeat:no-repeat;
	position:absolute;
	top:-390px;
	cursor:pointer;
	height:0px;
}

/*************************** PLAYLIST ITEM ARTIST */
.PKL_playlistItemArtist{
	left:-188px;
	font-family:Arial, Helvetica, sans-serif;
	top:-390px;
	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:3px;
	font-family:Arial;
	top:0px;
	font-weight:bold;
	overflow:hidden;
	text-align:left;
	width:329px;
	cursor:pointer;
	z-index:7;
	position:absolute;
	white-space:nowrap;
	color:#000000;
	font-size:10px;
	height:14px;
}

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

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

.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;
}
