
jQuery(document).ready(function(){

jQuery(".startopstilling").fancybox({
 		//'autoDimensions':false,
 		'overlayOpacity':'0.5',
		'overlayColor':'#000000',
 		'width'	: '60%',
		'height': '50%',
		'scrolling':'no',
		'onComplete':function() {
		jQuery('#fancybox-wrap').addClass('startopstilling-wrapperclass');
		jQuery('#fancybox-inner').addClass('startopstilling-innerclass');
		},
		'onClosed':function() {
		jQuery('#fancybox-wrap').removeClass('startopstilling-wrapperclass');
		jQuery('#fancybox-inner').removeClass('startopstilling-innerclass');
		}
		});
//jQuery(".startopstilling").fancybox.resize;


});


