#toolbar {
	padding: 8px;
	display: inline-block;
}
#progressbar {
	margin: 8px;

}
 
audio {
	width: 640px;
	display : block;
	color: #d3d3d3;
}

/* support: IE7 */
*+html #toolbar {
	display: inline;
}
     
#feedback { font-size: 1.4em; }
#selectable .ui-selecting { background: #ffffff; }
#selectable .ui-selected { background: #dbdddf; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 0; width: 100%;  }
#selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }

#slider-range-min{
	width: 25%;
	align: left;
	height: 5px;
	margin: 15px;
}

#ui-slider-handle ui-state-default ui-corner-all {
	left: 23 ;
	width:  10%;
}