$.elReady('.dialog-product-fit',function(){
    $(this).colorbox({
	    opacity      : '0.8', 
	    width        : '965px', 
	    height       : '700px', 
	    iframe       : true, 
	    overlayClose : true, 
	    scrolling    : false,
	    href         : $(this).attr('rel'),
		onOpen		 : $.colorbox.show,
        onLoad       : function(){
	                            window.scrollTo(0,180);
				    if( window.top ){
				        window.top.setClickAction('LightboxOpen');
                                    }
				 }, 
        onCleanup    : function(){
				    if( window.top ){
				        window.top.setClickAction('LightboxClose');
                                    }
	                            /*var loc = window.parent.location;window.parent.location = loc;*/
                                 }
    });
});

