@import url(http://fonts.googleapis.com/css?family=Arimo:400,700&subset=latin,cyrillic-ext,greek,greek-ext,latin-ext,cyrillic);
body{
	background-color:#fff;
}

#container{
	width:300px; 
	height:360px; 
	position:absolute;
	margin:0;
	padding:0;
	top:0px; 
	left:0px;
	background-color:#005FC5;
}

#currentSong{
	width:292px; 
	height:36px; 
	position:absolute; 
	top:300px; 
	left:0px;
	overflow:hidden;
	padding-left:4px;
	padding-top:2px;	
	padding-right:4px;
	font-size:14px; color:#FFFFFF;
	font-family: 'Arimo', Tahoma;
	z-index:20;	
	background: #007CFF; /* Old browsers */
	
}

#songHistoryContainer{
	width:296px; 
	height:286px; 
	position:absolute; 
	top:2px;
	padding-top:10px;
	left:2px;
	overflow:hidden;
	z-index:20;
}

#songHistoryBackground{
	width:296px; 
	height:294px; 
	position:absolute; 
	top:2px;	
	background-color:#000000;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#songHistoryText{
	width:290px; 
	height:290px; 
	position:absolute;
	padding-left:4px;
	padding-top:0px;
	overflow:hidden;
	font-size:11px; 
	color:#ffffff; 
	font-family: Tahoma, Geneva, sans-serif;
	z-index:30;
}

#coverGlass{
	width:300px; 
	height:300px;  
	left:0px; 
	top:0px;
	position:absolute;
	z-index:10;
	cursor:pointer;
}

#coverHolder{
	width:300px; 
	height:300px;  
	left:0px; 
	top:0px; 
	position:absolute;
	background-color:#222222;
}

#coverPreloader{
	width:32px; 
	height:32px;  
	color:#fff; 
	left:134px;
	top:134px; 
	position:absolute;
}

#playBtn{
	width:80px; 
	height:80px; 
	position:absolute; 
	top:5px; 
	left:5px;
	background-image:url(../images/play.png);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:20;
	display: none;
}

#stopBtn{
	width:80px; 
	height:80px; 
	position:absolute; 
	top:5px; 
	left:5px;
	background-image:url(../images/stop.png);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:20;
	display: none;
}
	
#slider{
	width:74px;
	position:absolute; 
	top:346px; 
	left:216px;
	z-index:20;
}

#songHistoryBtn{
	width:85px;
	height:30px;
	position:absolute;
	background-image:url(../images/SongHistoryNormal.png);
	background-repeat:no-repeat;	
	top:334px; 
	left:2px;
	cursor:pointer;
	z-index:30;
}

#usedMemory{
	top:10px;
	left: 10px;
	position: absolute;
	width: 40px;
	height: 16px;
	background-color:#f39;
	color:#fff;
	text-align:center;
	padding-top:2px;
	font-size:10px; color:#fff; 
	font-family: Tahoma, Geneva, sans-serif;
	z-index:40;
	display:none;
}
