Problems with Image Sprites and jQuery Mobile Ajax navigation

Problems with Image Sprites and jQuery Mobile Ajax navigation

I've created an image Sprite for all the images on my jQuery mobile website(e.g. #page1, #page2), I thought I could download the image Sprite on #page1 of my site and then I wouldn't need to download it on #page2, But this isn't the case,

Should this work?

Thanks,

I'm doing nothing complex with theses Sprites

e.g.

.help-photo

{
    width
:100px;
    height
:112px;
    background
:url(help.png) 0px -440px;
}