$(window).load(function(){
    
    $("#slider").show();

/*    document.getElementById("garally").style.top = "0px";
    if(document.getElementById("container-es")){
    	document.getElementById("garally-bottom2").style.top = "0px";
    	document.getElementById("garally-bottom2").style.marginBottom = "0px";
    	document.getElementById("garally-br").style.top = "0px";
    	document.getElementById("garally-br").style.marginBottom = "0px";
    }
*/
    $("#slider").easySlider({
    	auto: true,
    	pause: 3000,
    	continuous: true,
    	numeric: true,
    	nextId: "slider1next",
    	prevId: "slider1prev"
    });
});
