when i view the css directly on your server:
common.css
the camera.png has not been commented in the css:
.pg-gl-tip .tip {
background-color: #fff;
padding: 7px;
background-image: url(../images/camera.png);
background-repeat: no-repeat;
background-position: 10px 10px;
}
your edits to the css are being uploaded to the server.