Shadowbox.init({viewportPadding:"35",counterType:"default", overlayColor:"#000000", animSequence:"sync", overlayOpacity:".80", fadeDuration:".5", resizeDuration:".2", continuous:"true", animate:"false", slideshowDelay:"5", handleOversize:"resize",   language: 'en',    players:  [ 'img', 'html', 'iframe', 'swf', 'qt'],	     onOpen: function() {                 if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPad/i))) {                         $("#sb-container").css("top", $(window).scrollTop());                         $(window).bind('scroll', function() {                                 $("#sb-container").css("top", $(window).scrollTop());                         });                 }         },         onClose: function() {                 if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPad/i))) {                         $(window).unbind('scroll');                 }         } 	});
