$(document).ready(function() {
	var options = {
	  handleOversize: 'resize'
	  ,animate: true
	  ,displayNav: true
	  ,overlayOpacity: 0.7
	  ,handleUnsupported: 'remove'
	  ,initialHeight:0
	  ,initialWidth: 0
	,continuous: true 
	};
	Shadowbox.init(options);
});
