If the user clicks somewhere in the bar, can the indicator get that width. (Similar to a progress bar in a video)
$(function(){
$("#play").click(function() {
$("#indicador").animate({"width": "150px"}, 8400);
});
});
Here to try and play:http://jsfiddle.net/SwkaR/7/