.magazine-viewport .zoom-in{               
    /*cursor: -webkit-zoom-out; 
    cursor: -moz-zoom-out;
    cursor: -zoom-out;*/
    cursor:move;
}
.magazine-viewport .zoom-out{
    cursor: zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: -moz-zoom-in;
    cursor: -zoom-in;             
    cursor: url('images/magnify.cur'),zoom-in;                    
    cursor: url('images/magnify.cur'), n-resize\9; /* IE 8 and below */
    *cursor: url('images/magnify.cur'), n-resize; /* IE 7 and below */
    _cursor: url('images/magnify.cur'), n-resize; /* IE 6 */   
}
