/*************************** PLAYER WRAPPER */
.PKL_wrapper{
	left:0px;
	top:0px;
	z-index:1;
	width:636px;
	height:322px;
	float:left;
	position:relative;
	display:block;
}

/*************************** POSTER */
.PKL_poster{
	left:0px;
	font-size:0px;
	top:0px;
	z-index:2;
	background-repeat:no-repeat;
	width:636px;
	background:url("poster.jpg");
	background-color:transparent;
	position:absolute;
	background-position:center center;
	display:block;
	height:322px;
}

/*************************** PLAY SCREEN */
.PKL_screen_play{
	left:0px;
	background-position:center center;
	top:0px;
	z-index:5;
	background-repeat:no-repeat;
	background-image:url("b_screen_play.png");
	background-color:transparent;
	cursor:pointer;
	position:absolute;
	width:636px;
	display:block;
	height:322px;
}
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");
}

/*************************** SCRUB BKGD */
.PKL_scrubBkgd{
	left:535px;
	display:block;
	background-image:url("g_scrubBkgd.png");
	z-index:5;
	background-repeat:no-repeat;
	width:90px;
	top:309px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:4px;
}

/*************************** SCRUB BAR */
.PKL_scrubBar{
	left:0px;
	display:block;
	background-image:url("g_scrubBar.png");
	z-index:1;
	overflow:hidden;
	background-repeat:no-repeat;
	width:23px;
	top:0px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:4px;
}

/*************************** LOADING */
.PKL_loading{
	left:0px;
	display:block;
	background-image:url("g_scrubLoading.png");
	z-index:1;
	overflow:hidden;
	background-repeat:no-repeat;
	width:23px;
	top:0px;
	position:relative;
	background-position:right;
	font-size:0px;
	float:right;
	height:4px;
}

/*************************** SCRUB HANDLE */
.PKL_scrubHandle{
	left:0px;
	display:block;
	background-image:url("b_scrubHandle.png");
	z-index:6;
	background-repeat:no-repeat;
	width:16px;
	top:-6px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	float:left;
	height:16px;
}
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:35px;
	display:block;
	background-image:url("g_thinker.gif");
	z-index:10;
	background-repeat:no-repeat;
	width:19px;
	top:297px;
	position:absolute;
	font-size:0px;
	height:20px;
}
div.PKL_thinker.off{
	background-image:none;
}

.PKL_preloader{
	width:1px;
	height:1px;
	background-repeat:no-repeat;
	background-image:url("poster.jpg#b_scrubHandle_over.png#b_scrubHandle_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_scrubHandle_over.png#b_scrubHandle_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;
}
