Shadowbox.loadSkin('classic', '../shadowbox/src/skin');
Shadowbox.loadLanguage('en', '../shadowbox/src/lang');
Shadowbox.loadPlayer(['flv', 'html', 'iframe', 'img', 'qt', 'swf', 'wmp'], '../shadowbox/src/player');

$(document).ready(function() {
	var options = {
        counterType:	'skip',
        continuous:		true,
        animSequence:	'sync'
    };
    Shadowbox.init(options);
	
});
