 $(document).ready(function() {
Shadowbox.init({
    overlayOpacity: 0.7,
	players:  ["html"] 
},setup);
});
function setup()
{
	Shadowbox.setup("a.mustang-gallery", {
       gallery:        "mustang",
       continuous:     true,
       counterType:    "skip"
   });
}

