Disable window scrolling

Disable window scrolling

I'm developing a simple scrollplugin for a project I'm working on. It works perfect, but there is one problem.

I use the scrollbars in a pop-up/lightbox container. I use the mousewheel plugin so you can scroll using your mouse. The problem is that not only the div with the scroll plugin is scrolling, but the entire window is scrolling. So I was wondering how I can shut off the window scrolling when the scroll-div is hovered.

I know I can change the overflow property of the body to hidden, but that hides the scrollbars and shifts the website a fex pixels which is not perfect.. :)