function Slides(){
$("div#tela").css({
'background':'url(/img/slides/genesys/topo/00.jpg) no-repeat center top',
'height':'256px'
});
$("div#suspenso").css({
'background':'url(/img/slides/genesys/susp/00.jpg) no-repeat center top',
'margin':'120px 0 0 695px',
'width':'255px',
'height':'350px'
});
$("div#principal").css({
'padding':'130px 0 0 0'
});
$("div#coluna").css({
'padding':'205px 0 10px 0'
});
}