Width of main movieclip

I have a movie clip named main that holds all the content of my movie.
If I click on the instance of main, the properties box shows its width to be 603 pixels. However, when I do
trace(main._width) it outputs as 1657!

Any ideas what could be going on?