In vSlider 4.1.1, NOT selecting linked images to open in a new window (that is, desiring them to open in the same window) produces an href with target="" which is not valid HTML (according to the w3c Validator).
Either make the target "_self" or do not include the target attribute at all in this case.
Thank you for this good plugin.