/*Shadowbox.loadSkin('classic', 'shadow_box_properties/shadowBoxSkin');
Shadowbox.loadLanguage('en', 'shadow_box_properties/lang');
Shadowbox.loadPlayer(['flv', 'html', 'iframe', 'img'], 'shadow_box_properties/shadowBoxPlayer');*/
Shadowbox.loadSkin('classic', '/wps/themes/html/SanilandTheme/shadow_box_properties/shadowBoxSkin');
Shadowbox.loadLanguage('en', '/wps/themes/html/SanilandTheme/shadow_box_properties/lang');
Shadowbox.loadPlayer(['flv', 'html', 'iframe', 'img'], '/wps/themes/html/SanilandTheme/shadow_box_properties/shadowBoxPlayer');

$(document).ready(function(){
	var options = {
			autoplayMovies: true,
			handleOversize: 'resize',
			flvPlayer:  '/wps/themes/html/SanilandTheme/shadow_box_properties/flvplayer.swf'
		};

		self.status = "initing";
		Shadowbox.init(options);
		self.status = "done";
});
