function Slides(){ $("div#tela").css({ 'background':'url(/img/slides/infraestrutura/topo/00.jpg) no-repeat center top', 'height':'180px' }); $("div#suspenso").css({ 'background':'url(img/blank.gif) no-repeat center top', 'margin':'120px 0 0 702px', 'width':'230px', 'height':'230px' }); $("div#principal").css({ 'padding':'50px 0 0 0' }); $("div#coluna").css({ 'padding':'85px 0 10px 0' }); }