﻿$(document).ready(function () {
    $('.AnteprimaImpianto').wrapAll('<div class="Impianti" />');
    $('.Impianti').css({ 'width': '430px',
        'height': '270px',
        'border': '0px solid red',
        'position': 'relative',
        'background-color' : '#EAEAEA'
    });
    $('.AnteprimaImpianto').css({ 'width': '430px',
        'height': '35px',
        //'border': 'solid 1px blue',
        'overflow': 'visible',
        'position': 'static',
        'padding' : '0',
         'margin' : '0'
    });
    //$('.divAnteprimaH a').css({ 'background': 'none'});
    $('.divAnteprimaH a').css({ 'background': 'none',
         'width' : '120px',
         //'height' : '70px',
         'background-color' : '#688fb8',
         'font-size' : 'small',
         'color' : 'white',
         'margin' : '1px  0px 0px 0px',
         'padding' : '0'
     });
    $('.divAnteprimaH a span').css({ 'display': 'block',
        'z-index': 'inherit',
        'margin' : '7px 0 0 10px'
    });
    $('.AnteprimaB').css({ 'display': 'none',
        'position': 'absolute',
        'left': '120px',
        'top': '0px'
    });
    $('.divAnteprimaF').css({ 'display': 'none' });
    $('.AnteprimaB a img').css({ 'display': 'block',
        'position': 'absolute',
        'top': '0px',
        'width' : '308px',
        'margin' : '0',
    });
    $('.AnteprimaB a span.homePrev').css({'display' : 'block',
    'position' : 'absolute',
    'top' : '185px',
    'left' : '-100px',
    //'width' : '430px',
    'height' : '50px',
    'margin' : '0 0 0 30px',
    'border' : 'solid 0px yellow'
    });
    $('.AnteprimaB a.homePrev').css({'display' : 'block',
    'position' : 'absolute',
    'top' : '240px',
    'left' : '-100px',
    //'width' : '430px',
    'margin' : '0 0 0 30px',
    'border' : 'solid 0px green'
    });
//     $('.divAnteprimaF').css({'display' : 'block',
//    'position' : 'absolute',
//    'top' : '200px',
//    'left' : '200px',
//    'background' : 'none',
//    //'width' : '430px',
//    'margin' : '0 0 0 30px',
//    'border' : 'solid 0px green'
//    });
//    $('.divAnteprimaF a').css({'background-image' : 'none'});
//     $('.divAnteprimaF a span').css({'display' : 'block' , 'z-index':'inherit',
//     'font-size' : 'small',
//     'color' : '#346697'
//     });
//    $('.divAnteprimaH').mouseout(function() {
//        $(this).next('.AnteprimaB').fadeOut(300);
//    });
    var showed = $('#divCorreggioB');
    $('#divCorreggioB').show();
    $('.divAnteprimaH').mouseenter(function(){
            //$(showed).hide();
            $('.AnteprimaB').hide();
            //$('.AnteprimaB').css({'display' : 'none'});
            $(this).next('.AnteprimaB').show()//fadeIn(1);
            showed = $(this).parent('divAnteprimaH').next('.AnteprimaB')
    });
    
    
});
