$(document).ready(function(){
                        if($("#slider ul li").length>1)
                        {
                              $("#slider").easySlider({
                                auto: true, 
                                continuous: true,
                                pause:4000,
                                speed:700
                        });                  
                        }

});	
