Cycle Background Image $(document).ready(function (){ $('#background').cycle({ fx: 'fade', timeout: 5000, speed: 2000 }) }) #background { position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; width: 100%; height: 100%; z-index: 1; margin: 0 0 0 0; }