/*************************** PLAYER WRAPPER */
.PKL_wrapper{
	z-index:1;
	display:block;
	height:69px;
	width:330px;
	right:30px;
	float:left;
	position:absolute;
	top:130px;
}


/*************************** PLAY */
.PKL_playpause, .PKL_play{
	position:absolute;
	font-size:0px;
	z-index:6;
	display:block;
	background: url("images/controls.png") no-repeat -36px 0;
	left:268px;
	height:21px;
	width:21px;
	top:8px;
	cursor:pointer;
}
div.PKL_playpause:hover, div.PKL_play:hover{
	background-position: -36px -22px;
}
div.PKL_playpause:active, div.PKL_play:active{
	background-position: -36px -22px;
}
div.PKL_playpause.pause, div.PKL_play.pause{
	background-position: -63px 0;
}
div.PKL_playpause.pause:hover, div.PKL_play.pause:hover{
	background-position: -63px -22px;
}
div.PKL_playpause.pause:active, div.PKL_play.pause:active{
	background-position: -63px -22px;
}

/*************************** REWIND */
.PKL_rewind{
	position:absolute;
	font-size:0px;
	z-index:5;
	display:block;
	background: url("images/controls.png") no-repeat 0 0;
	left:230px;
	float:left;
	height:21px;
	width:23px;
	top:8px;
	cursor:pointer;
}
div.PKL_rewind:hover{
	background-position: 0 -22px;
}
div.PKL_rewind:active{
	background-position: 0 -22px;
}

/*************************** NEXT */
.PKL_next{
	position:absolute;
	font-size:0px;
	z-index:5;
	display:block;
	background: url("images/controls.png") no-repeat -96px 0;
	left:305px;
	float:left;
	height:21px;
	width:23px;
	top:8px;
	cursor:pointer;
}
div.PKL_next:hover{
	background-position: -96px -22px;
}
div.PKL_next:active{
	background-position: -96px -22px;
}

/*************************** MUTE */
.PKL_mute{
	position:absolute;
	font-size:0px;
	z-index:5;
	display:block;
	background-image:url("b_mute.png");
	background-repeat:no-repeat;
	left:259px;
	float:left;
	height:21px;
	width:27px;
	top:37px;
	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");
}

/*************************** INFO */
.PKL_info{
	font-size:15px;
	top:10px;
	white-space:nowrap;
	z-index:6;
	display:block;
	font-family:Arial;
	height:19px;
	font-weight:normal;
	width:200px;
	left:20px;
	text-align:left;
	position:absolute;
	vertical-align:middle;
	color:#fff;
}


/*************************** THINKER */
.PKL_thinker{
	position:absolute;
	font-size:0px;
	z-index:10;
	display:block;
	background-image:url("g_thinker.gif");
	background-repeat:no-repeat;
	left:188px;
	height:20px;
	width:19px;
	top:38px;
}
div.PKL_thinker.off{
	background-image:none;
}

.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_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_scrubHandle_over.png#b_scrubHandle_down.png");
	display:none;
}
