To get the images well displayed in IE just replace the code on line 173: ``` javascript $(this).css({'position':'absolute', 'z-index':'-2'}); ``` with the following code: ``` javascript $(this).css({'position':'absolute', 'z-index':'-2', 'width':'auto', 'height':'auto'}) ```