#playp{
	margin-left:10px;
	float:left;
	width:15px;
	height:15px;
	margin-right:10px;
}
#playp span{
display:none;
}

.pause{
	background-image:url('../images/pause.jpg');
	background-position: top left;
	background-repeat:no-repeat;
	display:block;
	width:15px;
	height:15px;

}



a.pause:hover{
	

	background-position: -15px top;
	background-repeat:no-repeat;

	

}

.play{
	background-image:url('../images/play.jpg');
	background-position: top left;
	background-repeat:no-repeat;
	display:block;
	width:15px;
	height:15px;
	
}
a.play:hover{
	

	background-position: -15px top;
	background-repeat:no-repeat;

	

}
#bars{
	width:612px; float:left; margin-top:5px; background-color:#000000; display:block;
}
#loadedup{
	background-color:#333333;  width:0px; height:5px; float:left; display:block;
}
#loadedin{
	background-color:#666666;  height:5px; float:left; display:block;
}