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

/*************************** PLAY */
.PKL_playpause, .PKL_play{
	left:0px;
	display:block;
	background-image:url("../../../image/streiff_map.png");
	z-index:6;
	background-repeat:no-repeat;
	width:30px;
	top:0px;
	cursor:pointer;
	position:absolute;
	font-size:0px;
	height:30px;
	}
div.PKL_playpause:hover, div.PKL_play:hover{
	background-image:url("../../../image/streiff_map.png");
	background-position: -30px 0px;
}
div.PKL_playpause:active, div.PKL_play:active{
	background-image:url("../../../image/streiff_map.png");
	background-position: -30px 0px;
}
div.PKL_playpause.pause, div.PKL_play.pause{
	background-image:url("../../../image/streiff_map.png");
	background-position: -30px -30px;
}
div.PKL_playpause.pause:hover, div.PKL_play.pause:hover{
	background-image:url("../../../image/streiff_map.png");
	background-position: -30px -30px;
}
	
div.PKL_playpause.pause:active, div.PKL_play.pause:active{
	background-image:url("../../../image/streiff_map.png");
	background-position: -30px -30px;
}

.PKL_preloader{
	width:1px;
	height:1px;
	background-repeat:no-repeat;
	background-image:url("../../../image/streiff_map.png");
	display:none;
}
