
body{
	background-color:#323232;
}

#container{
	width:250px; 
	height:auto; 
	position:absolute;
	margin:0;
	padding:0;
	z-index:10;
}

#mainPanel{
	width:250px; 
	height:92px; 
	position:absolute; 
	top:0px; 
	left:0px;
	background-image:url(../images/MainPanel.png);
	background-repeat:no-repeat;	
}

#currentSong{
	width:220px; 
	height:48px; 
	position:absolute; 
	top:-22px; 
	left:22px;
	padding-left:4px;
	padding-top:0px;
	overflow:hidden;
	font-size:15px; color:orangered; 
	font-family: 'Arimo', Tahoma, Geneva, sans-serif;
}

#songHistoryContainer{
	width:248px; 
	height:610px; 
	position:absolute; 
	top:91px;
	padding-top:10px;
	left:56px;
	overflow:hidden;
}

#songHistoryBackground{
	width:232px; 
	height:620px; 
	position:relative; 
	top:-227px; 
	left:0px;
	overflow:hidden;
	background-image:url(../images/SongHistoryBackground.png);
	background-repeat:no-repeat;	
}

#songHistoryText{
	width:224px; 
	height:607px;
	position:absolute;
	padding-left:12px;
	padding-top:8px;
	overflow:hidden;
	font-size:11px; 
	color:#014325; 
	font-family: Tahoma, Geneva, sans-serif;
}

#coverGlass{
	width:80px; 
	height:80px;  
	left:170px; 
	top:6px;
	position:absolute;
	background-image:url(../images/GlassCover.png);
	background-repeat:no-repeat;
	z-index:10;
	cursor:pointer;
}

#coverHolder{
	width:80px; 
	height:80px;  
	left:170px; 
	top:6px; 
	position:absolute;
	background-color:transparent;
}

#coverPreloader{
	width:32px; 
	height:32px;  
	color:#fff; 
	left:24px;
	top:24px; 
	position:absolute;
}

#playBtn{
	width:20px; 
	height:20px; 
	position:absolute; 
	top:15px; 
	left:17px;
	background-image:url(../images/play.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

#stopBtn{
	width:20px; 
	height:20px; 
	position:absolute; 
	top:15px; 
	left:15px;
	background-image:url(../images/stop.png);
	background-repeat:no-repeat;
    cursor:pointer
}
	
#slider{
	width:100px;
	position:absolute; 
	top:60px; 
	left:60px;
}

#songHistoryBtn{
	width:85px;
	height:30px;
	position:absolute;
	background-image:url(../images/SongHistoryNormal.png);
	background-repeat:no-repeat;	
	top:13px; 
	left:43px;
	cursor:pointer;
}

#eqHolder {
	top: -15px;
	left: 102px;
	position: absolute;
	width: 30px;
	height: 170px;
	background-color:transparent;
	overflow:hidden;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-90);
}

#eqOne {
	top:20px;
	left:0px;	
	position: absolute;
	width:2px;
	height: 20px;
	background-color:#014325;
}

#eqTwo {
	top:42px;
	left: 0px;
	position: absolute;
	width:2px;
	height: 20px;
	background-color:#795823;
}

#eqThree {
	top:64px;
	left: 0px;
	position: absolute;
	width:2px;
	height: 20px;
	background-color:#fadd61;
}

#eqFour {
	top:86px;
	left: 0px;
	position: absolute;
	width:2px;
	height: 20px;
	background-color:#003c57;
}

#eqFive {
	top:108px;
	left: 0px;
	position: absolute;
	width:2px;
	height: 20px;
	background-color:#3db381;
}

#eqSix {
	top:130px;
	left: 0px;
	position: absolute;
	width:2px;
	height: 20px;
	background-color:#0098e1;
}

#usedMemory{
	top:15px;
	left: 140px;
	position: absolute;
	width: 40px;
	height: 16px;
	background-color:#0098e1;
	color:#fff;
	text-align:center;
	padding-top:2px;
	font-size:10px; color:#fff; 
	font-family: Tahoma, Geneva, sans-serif;

}
