*:focus {outline: 0;} 

#loading {
	font-size: 400px;
}

.jp-playlist-current {
	font-size: 200%;
	display: none;
	
}

.jp-playlist-item-remove {
	color: #fff;
	font-size: x-small;
}

.jp-playlist-item {
	display: none;
}

.jp-playlist {
display: none;
}

body {
	background-color: #000;
}


#area {
    background-color: #000;
    margin: auto;
    position: absolute;
    width: 729px;
    height: 900px;
    top: 0;
    left:0;
    display: none;
}


#bg {
  
  height: 476px;
  width: 729px;
  margin-top: 424px;
}

#front {

    height: 800px;
    width: 729px;
    position: absolute;
    left: 0;
    top: 0;
    z-index:3;
}

#door {
    height: 516px;
    width: 422px;
    position: absolute;
    top:0;
    left:170px;
    z-index:1;
    margin-top:210px;

}

#skull {
		left: 308px;
    position: absolute;
    top: 87px;
    z-index: 99;
}


#skull-next {
 left: 245px;
    position: absolute;
    top: 120px;
    z-index: 99;}
#skull-prev {
  left: 154px;
    position: absolute;
    top: 177px;
    z-index: 99;

}

#display-text {
	font-family: 'UnifrakturCook', cursive;
	color: #666;
	position: absolute;
	top:10%;
	left:90%;
	width: 100px;
	z-index:99;
	
}

.jp-gui {
	float: left;
	width: 100px;
}

.jp-interface {}

.jp-controls-holder {}

.jp-controls-holder a {
	color: red;
}

#playpause {
 cursor: pointer;
    height: 232px;
    left: 574px;
    position: absolute;
    top: 422px;
    width: 81px;
    z-index: 99;		

}

#background-image {
	margin: auto;
	width: 1200px;
	height: 1000px;
	opacity: 0.5;
	display: none;
	position:absolute;
	top: -42px;
	display:none;
	
}

a {
	border: none;
	border-style: none;
	text-decoration: none;
	color: #fff;
}

a img, img {
	border: none;
	border-style: none;
}

#track-info {
	 color: red;
    font-size: 20px;
    left: 217px;
    position: absolute;
    text-align: center;
    top: 410px;
    width: 300px;
    z-index: 0;
    
	}	

#track-artist {
	
	font-family: 'UnifrakturCook', cursive;
	font-size: 120%;

}
#track-title {
	font-family: 'UnifrakturCook', cursive;
		font-size: 120%;
}

