*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}

body{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#fff;
	background:url(../img/background.png);
}
.clearfix{
	clear:both;
}
#container{
	width:330px;
	min-height:400px;
	background:#333;
	overflow:auto;
	margin:60px auto;
	border:#666 solid 2px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#audio-img{
	position:relative;
	overflow:hidden;
	height:200px;
	margin-bottom:15px;
}
.cover{
		width:100%;
		z-index:1;
}
#audio-info{
	text-align:center;
}
#audio-info.artist{
	font-weight:bold;
}

input#volume{
	width:95%;
	-webkit-appearance: none !important;
	margin-left:2%;
	background:#ccc;
	height:1px;
	margin-bottom:20px;
}
input#volume: :-webkit-slider-thumb{
-webkit-appearance: none !important;	
background:url(../img/knob.png) no-repeat;
height:12px;
width:12px;
}
#audio-buttons{
	width:90%;
	display:block;
	margin:15px auto;
	margin-left:23px;
	overflow:auto;
}
button#prev{
	width:70px;
	height:70px;
	background:url(../img/unders/prev75.png) no-repeat;
	margin-top:0px;
	float:left;
}
button#play{
	width:70px;
	height:70px;
	background:url(../img/unders/play75.png) no-repeat;
	float:left;
}
button#pause{
	width:70px;
	height:70px;
	background:url(../img/unders/pause75.png) no-repeat;
	float:left;
}
button#stop{
	width:70px;
	height:70px;
	background:url(../img/unders/stop75.png) no-repeat;
	float:left;
}
button#next{
	width:70px;
	height:70px;
	background:url(../img/unders/next75.png) no-repeat;
	margin-top:0px;
	float:left;
}
#playlist{
	list-style:none;
	padding:10px;
}
#playlist li{
	cursor:pointer;
	margin:5px;
}
#playlist li.active{
	font-weight:bold;
	padding:3px;
	background:#666;
}
#progressbar{
	width:80%;
	margin-left:2%;
	margin-bottom:20px;
	margin-top:9px;
	height:10px;
	background:url(../img/progress_bg.png) no-repeat;
	float:left;
}
#progress{
	background:url(../img/progress.png) no-repeat;
	height:10px;
	display:inline-block;
	position:absolute;
	top:9px;
	left:8px
}
#duration{
	position:absolute;
	top:0;
	right:10px;
	padding:4px 8px;
	background:#F00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#tracker{
	position:relative;
	width:100%;
}
	
	
