$(document).ready(function(){
        var options = {
                counterType: 'skip',
                continuous: true,
		  handleOversize: 'resize',
		  slideshowDelay:6
        };
        Shadowbox.init(options);
});

