jQuery(document).ready(function(){
	jQuery("#slider").easySlider({
		auto: true,
		continuous: true,
		pause: 15000
	});
});
jQuery(document).ready(function() {
    // Fix background image caching problem
    if (jQuery.browser.msie) {
        try { 
            document.execCommand("BackgroundImageCache", false, true); 
        } catch(err) {}
    }
});