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

/*************************** POSTER */
.PKL_poster{
	position:absolute;
	font-size:0px;
	z-index:2;
	display:block;
	background-position:center center;

  	background-image:url("/../posters/radio-mic1.jpg");

	background-color:#000000;
	background-repeat:no-repeat;
	left:0px;
	height:194px;
	width:191px;
	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:192px;
	width:192px;
	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:0px;
	float:left;
	height:68px;
	width:574px;
	top:195px;
}

/*************************** 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:60px;
	float:left;
	height:26px;
	width:28px;
	top:5px;
	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:34px;
	float:left;
	height:26px;
	width:27px;
	top:5px;
	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:7px;
	float:left;
	height:26px;
	width:27px;
	top:5px;
	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:88px;
	float:left;
	height:26px;
	width:27px;
	top:5px;
	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:478px;
	float:left;
	height:23px;
	width:27px;
	top:39px;
	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:538px;
	float:left;
	height:24px;
	width:27px;
	top:39px;
	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:509px;
	float:left;
	height:23px;
	width:27px;
	top:39px;
	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:111px;
	height:30px;
	width:453px;
	top:2px;
}

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

/*************************** TIME */
.PKL_time{
	font-size:11px;
	top:10px;
	white-space:nowrap;
	z-index:6;
	display:block;
	font-family:Arial;
	height:16px;
	font-weight:normal;
	overflow:hidden;
	width:54px;
	left:502px;
	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:24px;
	float:left;
	height:13px;
	width:413px;
	top:43px;
	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:103px;
	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:103px;
	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:25px;
	width:26px;
	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:449px;
	height:20px;
	width:19px;
	top:232px;
}
div.PKL_thinker.off{
	background-image:none;
}

/*************************** PLAYLIST */
/*************************** change height 220px ? */
.PKL_playlist{
	z-index:5;
	display:block;
	height:220px;
	overflow:hidden;
	width:362px;
	left:194px;
	position:absolute;
	top:0px;
}

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

/*************************** PLAYLIST ITEM ARTIST */
.PKL_playlistItemArtist{
	font-size:24px;
	top:-155px;
	white-space:nowrap;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	height:0px;
	overflow:hidden;
	width:0px;
	left:-383px;
	text-align:left;
	position:absolute;
	color:#CCCCCC;
	cursor:pointer;
}

/*************************** PLAYLIST ITEM TITLE */
.PKL_playlistItemTitle{
	font-size:12px;
	top:1px;
	white-space:nowrap;
	font-weight:bold;
	font-family:Arial;
	height:17px;
	z-index:7;
	overflow:hidden;
	width:351px;
	left:2px;
	text-align:left;
	position:absolute;
	color:#fcfcfc;
	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:554px;
	height:192px;
	width:18px;
	top:0px;
	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:2px;
	height:28px;
	width:24px;
	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;
}

